projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
omap24xx: fix compile error with new binutils (#11072)
[openwrt.git]
/
target
/
linux
/
generic
/
patches-3.2
/
811-pci_disable_usb_common_quirks.patch
diff --git
a/target/linux/generic/patches-3.2/811-pci_disable_usb_common_quirks.patch
b/target/linux/generic/patches-3.2/811-pci_disable_usb_common_quirks.patch
index
c0a478b
..
4a7d351
100644
(file)
--- a/
target/linux/generic/patches-3.2/811-pci_disable_usb_common_quirks.patch
+++ b/
target/linux/generic/patches-3.2/811-pci_disable_usb_common_quirks.patch
@@
-10,8
+10,8
@@
static inline int io_type_enabled(struct pci_dev *pdev, unsigned int mask)
{
u16 cmd;
static inline int io_type_enabled(struct pci_dev *pdev, unsigned int mask)
{
u16 cmd;
-@@ -8
77,3 +879
,5 @@ static void __devinit quirk_usb_early_ha
-
quirk_usb_handoff_xhci
(pdev);
+@@ -8
94,3 +896
,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);
+
}
DECLARE_PCI_FIXUP_FINAL(PCI_ANY_ID, PCI_ANY_ID, quirk_usb_early_handoff);
+
This page took
0.021467 seconds
and
4
git commands to generate.