We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018b13d commit e17e771Copy full SHA for e17e771
src/Makefile
@@ -83,6 +83,7 @@ SRCDIRS += drivers/block
83
SRCDIRS += drivers/nvs
84
SRCDIRS += drivers/bitbash
85
SRCDIRS += drivers/infiniband
86
+SRCDIRS += drivers/usb
87
SRCDIRS += interface/pxe interface/efi interface/smbios
88
SRCDIRS += interface/bofm
89
SRCDIRS += interface/xen
src/drivers/bus/usb.c
@@ -1646,3 +1646,6 @@ struct usb_port * usb_root_hub_port ( struct usb_device *usb ) {
1646
1647
return usb->port;
1648
}
1649
+
1650
+/* Drag in hub driver */
1651
+REQUIRE_OBJECT ( usbhub );
0 commit comments