PCI_serial_bus
|| ((info->class_base == PCI_serial_bus)
if (type == PCI_serial_bus && subType == PCI_usb && api == PCI_usb_ehci) {
if (type == PCI_serial_bus && subType == PCI_usb && api == PCI_usb_ohci) {
if (type == PCI_serial_bus && subType == PCI_usb && api == PCI_usb_uhci) {
if (type == PCI_serial_bus && subType == PCI_usb && api == PCI_usb_xhci) {
case PCI_serial_bus:
case PCI_serial_bus:
{0x1002, 0x0002, PCI_serial_bus, PCI_usb, PCI_usb_ehci},
case PCI_serial_bus:
return type == PCI_serial_bus || type == PCI_bridge;