]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[usb] Add "usbscan" command for iterating over USB devices
authorMichael Brown <mcb30@ipxe.org>
Thu, 17 Oct 2024 13:05:25 +0000 (14:05 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 17 Oct 2024 13:18:22 +0000 (14:18 +0100)
commitc219b5d8a9536cc87e9c53e8389e59c706ba3f8e
tree52d62d6941b071396ecc2d65de9c5cb5199d395f
parent2bf16c6ffca1e294bb8233d19c9c36e43b31f041
[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 <mcb30@ipxe.org>
src/config/config.c
src/config/general.h
src/drivers/bus/usb.c
src/hci/commands/usb_cmd.c [new file with mode: 0644]
src/include/ipxe/errfile.h
src/include/ipxe/usb.h