We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b7f9b commit f9482daCopy full SHA for f9482da
drivers/hid/hid-core.c
@@ -2364,14 +2364,6 @@ int hid_add_device(struct hid_device *hdev)
2364
dev_set_name(&hdev->dev, "%04X:%04X:%04X.%04X", hdev->bus,
2365
hdev->vendor, hdev->product, atomic_inc_return(&id));
2366
2367
- /*
2368
- * Try loading the module for the device before the add, so that we do
2369
- * not first have hid-generic binding only to have it replaced
2370
- * immediately afterwards with a specialized driver.
2371
- */
2372
- request_module("hid:b%04Xg%04Xv%08Xp%08X",
2373
- hdev->bus, hdev->group, hdev->vendor, hdev->product);
2374
-
2375
hid_debug_register(hdev, dev_name(&hdev->dev));
2376
ret = device_add(&hdev->dev);
2377
if (!ret)
0 commit comments