--- zzzz-none-000/linux-4.4.60/include/linux/usb.h 2017-04-08 07:53:53.000000000 +0000 +++ wasp-540e-714/linux-4.4.60/include/linux/usb.h 2019-07-03 09:21:34.000000000 +0000 @@ -587,6 +587,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 */ @@ -728,6 +733,7 @@ return udev && udev->bus && udev->bus->no_sg_constraint; } +extern struct usb_device *usb_find_device_by_name(const char *name); /*-------------------------------------------------------------------------*/