update hub process for usb3.0, update xhci driver
This commit is contained in:
@@ -149,6 +149,9 @@ struct usbh_hubport {
|
||||
uint8_t *raw_config_desc;
|
||||
struct usb_setup_packet *setup;
|
||||
struct usbh_hub *parent;
|
||||
#ifdef CONFIG_USBHOST_XHCI
|
||||
uint32_t protocol; /* port protocol, for xhci, some ports are USB2.0, others are USB3.0 */
|
||||
#endif
|
||||
};
|
||||
|
||||
struct usbh_hub {
|
||||
|
||||
Reference in New Issue
Block a user