--- zzzz-none-000/linux-4.4.60/drivers/usb/core/driver.c 2017-04-08 07:53:53.000000000 +0000 +++ hawkeye-5590-729/linux-4.4.60/drivers/usb/core/driver.c 2022-03-30 14:21:52.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);