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);2583 if (!hdrv->match(hdev, hid_ignore_special_drivers)) { in hid_device_probe()2593 if (hid_ignore_special_drivers) { in hid_device_probe()2738 if (hid_ignore_special_drivers) { in hid_add_device()2834 !hdrv->match(hdev, hid_ignore_special_drivers) && in __hid_bus_reprobe_drivers()