EHCI implementation by Aleš Nesrsta.

This commit is contained in:
Aleš Nesrsta 2011-10-01 20:18:47 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent fc5efcc083
commit 2f82ea948d
4 changed files with 1802 additions and 4 deletions

View file

@ -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;
};