|
@@ -350,7 +350,7 @@ static const struct hc_driver ehci_pci_hc_driver = {
|
|
|
/* PCI driver selection metadata; PCI hotplugging uses this */
|
|
|
static const struct pci_device_id pci_ids [] = { {
|
|
|
/* handle any USB 2.0 EHCI controller */
|
|
|
- PCI_DEVICE_CLASS(((PCI_CLASS_SERIAL_USB << 8) | 0x20), ~0),
|
|
|
+ PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_EHCI, ~0),
|
|
|
.driver_data = (unsigned long) &ehci_pci_hc_driver,
|
|
|
},
|
|
|
{ /* end: all zeroes */ }
|