Searched refs:hid_ignore_special_drivers (Results 1 – 1 of 1) sorted by relevance
49 static int hid_ignore_special_drivers = 0; variable50 module_param_named(ignore_special_drivers, hid_ignore_special_drivers, int, 0600);2270 if (!hdrv->match(hdev, hid_ignore_special_drivers)) { in hid_device_probe()2280 if (hid_ignore_special_drivers) { in hid_device_probe()2427 if (hid_ignore_special_drivers) { in hid_add_device()2521 !hdrv->match(hdev, hid_ignore_special_drivers) && in __hid_bus_reprobe_drivers()