aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2015-09-10 17:22:03 +0100
committerMichael Brown <mcb30@ipxe.org>2015-09-14 22:11:37 +0100
commit5df081d6c039924506c07c0c7a2cf7e2c699709f (patch)
treebe5be151ecfc2372a1267372215dc49f3ca67340 /src/include/ipxe/errfile.h
parent668dc73d526fa67957b9c10100f9ca5f2ab60522 (diff)
downloadipxe-5df081d6c039924506c07c0c7a2cf7e2c699709f.zip
ipxe-5df081d6c039924506c07c0c7a2cf7e2c699709f.tar.gz
ipxe-5df081d6c039924506c07c0c7a2cf7e2c699709f.tar.bz2
[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>
Diffstat (limited to 'src/include/ipxe/errfile.h')
-rw-r--r--src/include/ipxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h
index aff911e..6c4dcf5 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -341,6 +341,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define ERRFILE_efi_time ( ERRFILE_OTHER | 0x00480000 )
#define ERRFILE_efi_watchdog ( ERRFILE_OTHER | 0x00490000 )
#define ERRFILE_efi_pxe ( ERRFILE_OTHER | 0x004a0000 )
+#define ERRFILE_efi_usb ( ERRFILE_OTHER | 0x004b0000 )
/** @} */