mirror of
https://github.com/ipxe/ipxe
synced 2025-12-31 06:49:20 +03:00
[efi] Expose unused USB devices via EFI_USB_IO_PROTOCOL
Allow the UEFI platform firmware to provide drivers for unrecognised devices, by exposing our own implementation of EFI_USB_IO_PROTOCOL. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -53,3 +53,10 @@ REQUIRE_OBJECT ( usbio );
|
||||
#ifdef USB_KEYBOARD
|
||||
REQUIRE_OBJECT ( usbkbd );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in USB external interfaces
|
||||
*/
|
||||
#ifdef USB_EFI
|
||||
REQUIRE_OBJECT ( efi_usb );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user