Fix a conflict between ports structures with 2 controllers of
same kind.
This commit is contained in:
parent
e9dabdfad8
commit
ef8810e9f3
3 changed files with 27 additions and 19 deletions
|
@ -121,8 +121,6 @@ struct grub_usb_controller_dev
|
|||
|
||||
grub_usb_speed_t (*detect_dev) (grub_usb_controller_t dev, int port, int *changed);
|
||||
|
||||
struct grub_usb_hub_port *ports;
|
||||
|
||||
/* Per controller flag - port reset pending, don't do another reset */
|
||||
grub_uint64_t pending_reset;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue