aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.0/811-pci_disable_usb_common_quirks.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2011-08-06 09:51:55 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2011-08-06 09:51:55 +0000
commit51be98465569784b3c8c327a4873a7e9d1e5184b (patch)
tree6a6427004da9a068aa1b743847aaa240d0c6b095 /target/linux/generic/patches-3.0/811-pci_disable_usb_common_quirks.patch
parentb043b26b54da58342b320102225203ecf5c94d07 (diff)
downloadupstream-51be98465569784b3c8c327a4873a7e9d1e5184b.tar.gz
upstream-51be98465569784b3c8c327a4873a7e9d1e5184b.tar.bz2
upstream-51be98465569784b3c8c327a4873a7e9d1e5184b.zip
kernel: update to kernel version 3.0.1
SVN-Revision: 27918
Diffstat (limited to 'target/linux/generic/patches-3.0/811-pci_disable_usb_common_quirks.patch')
-rw-r--r--target/linux/generic/patches-3.0/811-pci_disable_usb_common_quirks.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.0/811-pci_disable_usb_common_quirks.patch b/target/linux/generic/patches-3.0/811-pci_disable_usb_common_quirks.patch
index 7561c3b068..1a003ee3cc 100644
--- a/target/linux/generic/patches-3.0/811-pci_disable_usb_common_quirks.patch
+++ b/target/linux/generic/patches-3.0/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
-@@ -427,6 +427,8 @@ reset_needed:
+@@ -429,6 +429,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;
-@@ -841,3 +843,5 @@ static void __devinit quirk_usb_early_ha
+@@ -869,3 +871,5 @@ static void __devinit quirk_usb_early_ha
quirk_usb_handoff_xhci(pdev);
}
DECLARE_PCI_FIXUP_FINAL(PCI_ANY_ID, PCI_ANY_ID, quirk_usb_early_handoff);