diff options
Diffstat (limited to 'drivers/usb/host/pci-quirks.c')
| -rw-r--r-- | drivers/usb/host/pci-quirks.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/host/pci-quirks.c b/drivers/usb/host/pci-quirks.c index 00661d305143..4a6d3dd68572 100644 --- a/drivers/usb/host/pci-quirks.c +++ b/drivers/usb/host/pci-quirks.c | |||
| @@ -847,6 +847,13 @@ void usb_enable_intel_xhci_ports(struct pci_dev *xhci_pdev) | |||
| 847 | bool ehci_found = false; | 847 | bool ehci_found = false; |
| 848 | struct pci_dev *companion = NULL; | 848 | struct pci_dev *companion = NULL; |
| 849 | 849 | ||
| 850 | /* Sony VAIO t-series with subsystem device ID 90a8 is not capable of | ||
| 851 | * switching ports from EHCI to xHCI | ||
| 852 | */ | ||
| 853 | if (xhci_pdev->subsystem_vendor == PCI_VENDOR_ID_SONY && | ||
| 854 | xhci_pdev->subsystem_device == 0x90a8) | ||
| 855 | return; | ||
| 856 | |||
| 850 | /* make sure an intel EHCI controller exists */ | 857 | /* make sure an intel EHCI controller exists */ |
| 851 | for_each_pci_dev(companion) { | 858 | for_each_pci_dev(companion) { |
| 852 | if (companion->class == PCI_CLASS_SERIAL_USB_EHCI && | 859 | if (companion->class == PCI_CLASS_SERIAL_USB_EHCI && |
