Hi, > Can't tell what Gerd had in mind for hcd hotplug sharing,
something like: usb_hcd_hotplug(char *hcd) { /* here: device_add $hcd,id=testhcd device_add usb-tablet,bus=testhcd.0 device_del testhcd */ } uhci_hotplug_test() { usb_hcd_hotplug("piix4-usb-uhci"); } ohci_hotplug_test() { usb_hcd_hotplug("pci-ohci"); } [ ... ] cheers, Gerd