--- zzzz-none-000/linux-5.4.213/drivers/usb/core/driver.c 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/drivers/usb/core/driver.c 2024-05-29 11:20:02.000000000 +0000 @@ -305,6 +305,14 @@ return error; } +#if defined(CONFIG_AVM_ENHANCED) + /* == 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);