Searched refs:hid_ignore_special_drivers (Results 1 – 1 of 1) sorted by relevance
44 static int hid_ignore_special_drivers = 0; variable45 module_param_named(ignore_special_drivers, hid_ignore_special_drivers, int, 0600);2613 if (!hdrv->match(hdev, hid_ignore_special_drivers)) { in hid_device_probe()2623 if (hid_ignore_special_drivers) { in hid_device_probe()2768 if (hid_ignore_special_drivers) { in hid_add_device()2867 !hdrv->match(hdev, hid_ignore_special_drivers) && in __hid_bus_reprobe_drivers()
Completed in 7 milliseconds