[usb] Add basic support for USB hubs

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2015-02-02 14:38:42 +00:00
parent 018b13dcec
commit e17e771a13
5 changed files with 805 additions and 0 deletions

View File

@@ -1646,3 +1646,6 @@ struct usb_port * usb_root_hub_port ( struct usb_device *usb ) {
return usb->port;
}
/* Drag in hub driver */
REQUIRE_OBJECT ( usbhub );