On Thursday 11 June 2009, Alek Du wrote: > + { > + /* handle MRST USB 2.0 EHCI controller */ > + PCI_DEVICE_CLASS(0x0c2000, ~0), > + .driver_data = (unsigned long) &ehci_pci_hc_driver, > + }, > + { > + PCI_DEVICE_CLASS(0x0c03fe, ~0), > + .driver_data = (unsigned long) &ehci_pci_hc_driver, > + }, If those are really class identifiers then surely they ought to be declared symbolically in the same system header as the other PCI classes. And please explain acronyms like MRST and MPH, which seem unique to Intel's stuff. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html