aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.0/811-pci_disable_usb_common_quirks.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2012-01-13 14:10:44 +0000
committerJonas Gorski <jogo@openwrt.org>2012-01-13 14:10:44 +0000
commite49d3e1d5bdbaabe80dd0e3d0b4da93b2914461e (patch)
tree1faff269ee56e774bd2df1d8c499303b639a1707 /target/linux/generic/patches-3.0/811-pci_disable_usb_common_quirks.patch
parent0cb05017c63b4b627948ed3d75a054a327a56ebf (diff)
downloadupstream-e49d3e1d5bdbaabe80dd0e3d0b4da93b2914461e.tar.gz
upstream-e49d3e1d5bdbaabe80dd0e3d0b4da93b2914461e.tar.bz2
upstream-e49d3e1d5bdbaabe80dd0e3d0b4da93b2914461e.zip
kernel: update linux 3.0 to 3.0.17
SVN-Revision: 29725
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 49a88ec7e2..34e9c6398c 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
-@@ -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);