--- zzzz-none-000/linux-4.4.271/include/linux/usb/xhci_pdriver.h 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/include/linux/usb/xhci_pdriver.h 2023-04-19 10:22:30.000000000 +0000 @@ -22,6 +22,9 @@ */ struct usb_xhci_pdata { unsigned usb3_lpm_capable:1; + unsigned usb2_susphy_quirk:1; + unsigned usb3_dev_reset_quirk:1; + struct usb_susphy *susphy; }; #endif /* __USB_CORE_XHCI_PDRIVER_H */