--- zzzz-none-000/linux-5.15.111/drivers/usb/core/driver.c 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/drivers/usb/core/driver.c 2024-02-07 10:23:21.000000000 +0000 @@ -340,6 +340,13 @@ return error; } +#if 1 /* == 20170818 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);