We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8a5b4 commit d6b2b69Copy full SHA for d6b2b69
drivers/usb/host/xhci-pci.c
@@ -880,10 +880,10 @@ static const struct xhci_driver_data reneses_data = {
880
881
/* PCI driver selection metadata; PCI hotplugging uses this */
882
static const struct pci_device_id pci_ids[] = {
883
- { PCI_DEVICE(0x1912, 0x0014),
+ { PCI_DEVICE(PCI_VENDOR_ID_RENESAS, 0x0014),
884
.driver_data = (unsigned long)&reneses_data,
885
},
886
- { PCI_DEVICE(0x1912, 0x0015),
+ { PCI_DEVICE(PCI_VENDOR_ID_RENESAS, 0x0015),
887
888
889
/* handle any USB 3.0 xHCI controller */
0 commit comments