Fix handling of split transfers.

This commit is contained in:
Aleš Nesrsta 2013-04-12 20:42:46 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 92c8f58d97
commit 51a4c3e3b0
4 changed files with 59 additions and 24 deletions

View file

@ -225,9 +225,9 @@ struct grub_usb_device
struct grub_usb_desc_endp *hub_endpoint;
/* EHCI Split Transfer information */
int port;
int split_hubport;
int hubaddr;
int split_hubaddr;
};