mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 05:21:49 +03:00
[usb] Add basic support for USB hubs
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user