summaryrefslogtreecommitdiffstats
path: root/src/drivers/usb/usbio.c
Commit message (Expand)AuthorAgeFilesLines
* [efi] Allow for custom methods for disconnecting existing driversMichael Brown2025-04-171-1/+21
* [efi] Disconnect existing drivers on a per-protocol basisMichael Brown2025-03-291-0/+1
* [efi] Define an attachment priority order for EFI driversMichael Brown2025-03-291-1/+1
* [efi] Allow use of typed pointers for efi_open() et alMichael Brown2025-03-241-27/+7Star
* [efi] Use efi_open() for all ephemeral protocol opensMichael Brown2025-03-241-53/+15Star
* [efi] Use efi_open_by_driver() for all by-driver protocol opensMichael Brown2025-03-241-23/+8Star
* [efi] Split device path functions out to efi_path.cMichael Brown2020-10-161-2/+3
* [efi] Do not attempt EFI_USB_IO_PROTOCOL transfers during shutdownMichael Brown2019-09-151-0/+8
* [efi] Report failed control transfers as expected by the USB coreMichael Brown2019-09-151-2/+6
* [usb] Allow for wildcard USB class IDsMichael Brown2015-09-141-3/+4
* [usb] Select preferred USB device configuration based on driver scoreMichael Brown2015-09-141-10/+8Star
* [efi] Provide efi_devpath_len()Michael Brown2015-09-131-3/+2Star
* [usb] Generalise zero-length packet generation logicMichael Brown2015-09-131-6/+3Star
* [efi] Add a USB host controller driver based on EFI_USB_IO_PROTOCOLMichael Brown2015-09-071-0/+1722