--- zzzz-none-000/linux-2.6.39.4/drivers/usb/core/driver.c 2011-08-03 19:43:28.000000000 +0000 +++ puma6-arm-6490-729/linux-2.6.39.4/drivers/usb/core/driver.c 2021-11-10 13:23:10.000000000 +0000 @@ -287,6 +287,13 @@ return error; } +#if 1 /* == 20101129 AVM/WK Extension == */ + if (udev->noprobe) { + dev_err(&intf->dev, "Probing is disabled for this device\n"); + return error; + } +#endif + id = usb_match_id(intf, driver->id_table); if (!id) id = usb_match_dynamic_id(intf, driver);