--- zzzz-none-000/linux-4.4.60/drivers/usb/core/driver.c 2017-04-08 07:53:53.000000000 +0000 +++ scorpion-7490-727/linux-4.4.60/drivers/usb/core/driver.c 2021-02-04 17:41:59.000000000 +0000 @@ -302,6 +302,13 @@ return error; } +#if 1 /* == 20170908 AVM/VGJ - CHANGESET: noprobe Extension for AURA == */ + if (udev->noprobe) { + dev_err(&intf->dev, "Probing is disabled for this device\n"); + return error; + } +#endif + id = usb_match_dynamic_id(intf, driver); if (!id) id = usb_match_id(intf, driver->id_table);