mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 05:21:49 +03:00
[ehci] Add support for EHCI host controllers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -79,6 +79,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
#define ERRFILE_usb ( ERRFILE_DRIVER | 0x00070000 )
|
||||
#define ERRFILE_usbhub ( ERRFILE_DRIVER | 0x00080000 )
|
||||
#define ERRFILE_xhci ( ERRFILE_DRIVER | 0x00090000 )
|
||||
#define ERRFILE_ehci ( ERRFILE_DRIVER | 0x000a0000 )
|
||||
|
||||
#define ERRFILE_nvs ( ERRFILE_DRIVER | 0x00100000 )
|
||||
#define ERRFILE_spi ( ERRFILE_DRIVER | 0x00110000 )
|
||||
|
||||
@@ -1178,6 +1178,9 @@ extern unsigned int usb_route_string ( struct usb_device *usb );
|
||||
extern unsigned int usb_depth ( struct usb_device *usb );
|
||||
extern struct usb_port * usb_root_hub_port ( struct usb_device *usb );
|
||||
|
||||
/** Minimum reset time */
|
||||
#define USB_RESET_DELAY_MS 50
|
||||
|
||||
/** Maximum time to wait for a control transaction to complete
|
||||
*
|
||||
* This is a policy decision.
|
||||
|
||||
Reference in New Issue
Block a user