aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.1/811-pci_disable_usb_common_quirks.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2012-01-13 14:38:28 +0000
committerJonas Gorski <jogo@openwrt.org>2012-01-13 14:38:28 +0000
commit348b4546eba444c6fdfa2dd710621291f0342cb6 (patch)
treee5cb11e1cd143af6f6e6d04cbfe2ee8699505789 /target/linux/generic/patches-3.1/811-pci_disable_usb_common_quirks.patch
parentb2e991c3b2f439c9fb76ba214046b71f75b63795 (diff)
downloadmaster-187ad058-348b4546eba444c6fdfa2dd710621291f0342cb6.tar.gz
master-187ad058-348b4546eba444c6fdfa2dd710621291f0342cb6.tar.bz2
master-187ad058-348b4546eba444c6fdfa2dd710621291f0342cb6.zip
kernel: update linux 3.1 to 3.1.9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29726 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.1/811-pci_disable_usb_common_quirks.patch')
-rw-r--r--target/linux/generic/patches-3.1/811-pci_disable_usb_common_quirks.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.1/811-pci_disable_usb_common_quirks.patch b/target/linux/generic/patches-3.1/811-pci_disable_usb_common_quirks.patch
index 49a88ec7e2..34e9c6398c 100644
--- a/target/linux/generic/patches-3.1/811-pci_disable_usb_common_quirks.patch
+++ b/target/linux/generic/patches-3.1/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
-@@ -429,6 +429,8 @@ reset_needed:
+@@ -430,6 +430,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;
-@@ -882,3 +884,5 @@ static void __devinit quirk_usb_early_ha
+@@ -876,3 +878,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);