--- zzzz-none-000/linux-2.6.32.61/drivers/usb/core/driver.c 2013-06-10 09:43:48.000000000 +0000 +++ virian-300e-630/linux-2.6.32.61/drivers/usb/core/driver.c 2013-02-11 16:55:48.000000000 +0000 @@ -215,6 +215,13 @@ return -ENODEV; } +#if 1 /* == 20101129 AVM/WK Extension == */ + if (udev->noprobe) { + dev_err(&intf->dev, "Probing is disabled for this device\n"); + return -ENODEV; + } +#endif + id = usb_match_id(intf, driver->id_table); if (!id) id = usb_match_dynamic_id(intf, driver);