--- zzzz-none-000/linux-4.4.60/drivers/usb/host/ehci.h 2017-04-08 07:53:53.000000000 +0000 +++ scorpion-7490-727/linux-4.4.60/drivers/usb/host/ehci.h 2021-02-04 17:41:59.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)