From c219b5d8a9536cc87e9c53e8389e59c706ba3f8e Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 17 Oct 2024 14:05:25 +0100 Subject: [usb] Add "usbscan" command for iterating over USB devices Implement a "usbscan" command as a direct analogy of the existing "pciscan" command, allowing scripts to iterate over all detected USB devices. Signed-off-by: Michael Brown --- src/include/ipxe/errfile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/ipxe/errfile.h') diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h index 42bc17789..01a2be654 100644 --- a/src/include/ipxe/errfile.h +++ b/src/include/ipxe/errfile.h @@ -423,6 +423,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define ERRFILE_editstring ( ERRFILE_OTHER | 0x00610000 ) #define ERRFILE_widget_ui ( ERRFILE_OTHER | 0x00620000 ) #define ERRFILE_form_ui ( ERRFILE_OTHER | 0x00630000 ) +#define ERRFILE_usb_cmd ( ERRFILE_OTHER | 0x00640000 ) /** @} */ -- cgit