--- zzzz-none-000/linux-2.6.28.10/drivers/usb/core/driver.c 2009-05-02 18:54:43.000000000 +0000 +++ puma5-6360-529/linux-2.6.28.10/drivers/usb/core/driver.c 2011-10-18 13:17:13.000000000 +0000 @@ -208,6 +208,13 @@ return -ENODEV; } +#if 1 /* == 20111018 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);