remove old xhci patch

This commit is contained in:
sakumisu
2024-06-07 21:51:33 +08:00
parent 6fd87902b5
commit 935325175f
4 changed files with 0 additions and 45 deletions

View File

@@ -84,9 +84,6 @@ 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 usb_endpoint_descriptor ep0;
struct usbh_urb ep0_urb;
usb_osal_mutex_t mutex;