--- zzzz-none-000/linux-4.9.218/include/linux/usb.h 2020-04-02 15:20:41.000000000 +0000 +++ seale-7590ax-750/linux-4.9.218/include/linux/usb.h 2023-03-29 10:59:08.000000000 +0000 @@ -585,6 +585,11 @@ unsigned usb2_hw_lpm_allowed:1; unsigned usb3_lpm_u1_enabled:1; unsigned usb3_lpm_u2_enabled:1; + +#if 1 /* == 20160222 AVM/VGJ - CHANGESET: noprobe Extension for AURA == */ + unsigned noprobe:1; +#endif + int string_langid; /* static strings from the device */ @@ -603,11 +608,26 @@ #ifdef CONFIG_PM unsigned long connect_time; +#endif +#if defined (CONFIG_PM) || defined (CONFIG_AVM_USB_SUSPEND) unsigned do_remote_wakeup:1; unsigned reset_resume:1; unsigned port_is_suspended:1; #endif + +#if defined (CONFIG_AVM_USB_SUSPEND) + unsigned avm_usb_suspend_enable; + unsigned long avm_usb_suspend_delay; // Delay for autosuspend in jiffies + unsigned long avm_usb_suspend_timestamp; + unsigned long avm_usb_suspend_last_busy; + + atomic_t avm_use_count; + + struct timer_list suspend_timer; + struct work_struct avm_usb_suspend_ws; /* for suspend in atomic context */ +#endif + struct wusb_dev *wusb_dev; int slot_id; enum usb_device_removable removable;