mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 09:12:08 +02:00
Add rudimentary handling of alternate settings of USB interfaces - to fix
problems with some USB storage devices. Some code readability improvements.
This commit is contained in:
@@ -108,6 +108,7 @@ struct usb_interface_descriptor {
|
||||
unsigned char iInterface;
|
||||
|
||||
unsigned char no_of_ep;
|
||||
unsigned char num_altsetting;
|
||||
unsigned char act_altsetting;
|
||||
struct usb_endpoint_descriptor ep_desc[USB_MAXENDPOINTS];
|
||||
} __attribute__ ((packed));
|
||||
|
Reference in New Issue
Block a user