diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-05 13:40:38 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-05 13:40:38 +0000 |
commit | c7d60bd0db70ea1c6e90aa3a870bd930b876ff5c (patch) | |
tree | 88a28cba300ae390af60c6a4c352fe385a465c75 /target/linux/generic/patches-3.3/811-pci_disable_usb_common_quirks.patch | |
parent | a6691cb6b1c9689a951ff85c31234a6fcaba6bc6 (diff) |
[kernel/3.3] refresh generic patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32059 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.3/811-pci_disable_usb_common_quirks.patch')
-rw-r--r-- | target/linux/generic/patches-3.3/811-pci_disable_usb_common_quirks.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.3/811-pci_disable_usb_common_quirks.patch b/target/linux/generic/patches-3.3/811-pci_disable_usb_common_quirks.patch index d4fa69d23..ce50afa8e 100644 --- a/target/linux/generic/patches-3.3/811-pci_disable_usb_common_quirks.patch +++ b/target/linux/generic/patches-3.3/811-pci_disable_usb_common_quirks.patch @@ -1,7 +1,7 @@ --- a/drivers/usb/host/pci-quirks.c +++ b/drivers/usb/host/pci-quirks.c -@@ -431,6 +431,8 @@ reset_needed: +@@ -432,6 +432,8 @@ reset_needed: } EXPORT_SYMBOL_GPL(uhci_check_and_reset_hc); @@ -10,7 +10,7 @@ static inline int io_type_enabled(struct pci_dev *pdev, unsigned int mask) { u16 cmd; -@@ -898,3 +900,5 @@ static void __devinit quirk_usb_early_ha +@@ -928,3 +930,5 @@ static void __devinit quirk_usb_early_ha pci_disable_device(pdev); } DECLARE_PCI_FIXUP_FINAL(PCI_ANY_ID, PCI_ANY_ID, quirk_usb_early_handoff); |