--- zzzz-none-000/linux-4.4.271/drivers/usb/host/ehci.h 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/drivers/usb/host/ehci.h 2023-04-19 10:22:30.000000000 +0000 @@ -227,6 +227,11 @@ unsigned frame_index_bug:1; /* MosChip (AKA NetMos) */ unsigned need_oc_pp_cycle:1; /* MPC834X port power */ unsigned imx28_write_fix:1; /* For Freescale i.MX28 */ + unsigned ignore_oc:1; + unsigned qca_force_host_mode:1; + unsigned qca_force_16bit_ptw:1; /* force 16 bit UTMI */ + + void (*reset_notifier)(struct usb_hcd *hcd); /* required for usb32 quirk */ #define OHCI_CTRL_HCFS (3 << 6)