2012-10-23 15:21:34 +03:00
|
|
|
|
|
|
|
--- a/drivers/usb/host/pci-quirks.c
|
|
|
|
+++ b/drivers/usb/host/pci-quirks.c
|
2012-10-24 16:05:22 +03:00
|
|
|
@@ -434,6 +434,8 @@ reset_needed:
|
2012-10-23 15:21:34 +03:00
|
|
|
}
|
|
|
|
EXPORT_SYMBOL_GPL(uhci_check_and_reset_hc);
|
|
|
|
|
|
|
|
+#ifndef CONFIG_PCI_DISABLE_COMMON_QUIRKS
|
|
|
|
+
|
|
|
|
static inline int io_type_enabled(struct pci_dev *pdev, unsigned int mask)
|
|
|
|
{
|
|
|
|
u16 cmd;
|
2012-10-31 22:09:39 +02:00
|
|
|
@@ -971,3 +973,4 @@ static void __devinit quirk_usb_early_ha
|
2012-10-23 15:21:34 +03:00
|
|
|
}
|
2012-10-24 16:05:22 +03:00
|
|
|
DECLARE_PCI_FIXUP_CLASS_FINAL(PCI_ANY_ID, PCI_ANY_ID,
|
|
|
|
PCI_CLASS_SERIAL_USB, 8, quirk_usb_early_handoff);
|
2012-10-23 15:21:34 +03:00
|
|
|
+#endif
|