EHCI implementation by Aleš Nesrsta.
This commit is contained in:
parent
fc5efcc083
commit
2f82ea948d
4 changed files with 1802 additions and 4 deletions
|
@ -198,6 +198,11 @@ struct grub_usb_device
|
|||
grub_uint32_t statuschange;
|
||||
|
||||
struct grub_usb_desc_endp *hub_endpoint;
|
||||
|
||||
/* EHCI Split Transfer information */
|
||||
int port;
|
||||
|
||||
int hubaddr;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue