Fix handling of split transfers.
This commit is contained in:
parent
92c8f58d97
commit
51a4c3e3b0
4 changed files with 59 additions and 24 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue