diff options
author | Jonas Gorski <jogo@openwrt.org> | 2011-12-06 19:50:30 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2011-12-06 19:50:30 +0000 |
commit | e33bb9ec661d93935702cdd0ac78b11bc40054f5 (patch) | |
tree | cfd206dc037798fec8e26d5a1541962657daebbb /target/linux/generic | |
parent | 6e2ae90f4ab5f90459da923069ed31dc6503918f (diff) | |
download | upstream-e33bb9ec661d93935702cdd0ac78b11bc40054f5.tar.gz upstream-e33bb9ec661d93935702cdd0ac78b11bc40054f5.tar.bz2 upstream-e33bb9ec661d93935702cdd0ac78b11bc40054f5.zip |
linux: update 3.1 to 3.1.4
SVN-Revision: 29470
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/patches-3.1/811-pci_disable_usb_common_quirks.patch | 2 |
1 files changed, 1 insertions, 1 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 3bbadd42a8..49a88ec7e2 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 @@ -10,7 +10,7 @@ static inline int io_type_enabled(struct pci_dev *pdev, unsigned int mask) { u16 cmd; -@@ -883,3 +885,5 @@ static void __devinit quirk_usb_early_ha +@@ -882,3 +884,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); |