--- zzzz-none-000/linux-4.4.271/include/linux/usb.h 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/include/linux/usb.h 2023-04-19 10:22:30.000000000 +0000 @@ -621,6 +621,11 @@ unsigned usb3_lpm_enabled: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 */ @@ -762,6 +767,7 @@ return udev && udev->bus && udev->bus->no_sg_constraint; } +extern struct usb_device *usb_find_device_by_name(const char *name); /*-------------------------------------------------------------------------*/