Searched refs:hid_ignore_special_drivers (Results 1 – 1 of 1) sorted by relevance
53 static int hid_ignore_special_drivers = 0; variable54 module_param_named(ignore_special_drivers, hid_ignore_special_drivers, int, 0600);1782 if (!strncmp(hdrv->name, "generic-", 8) && !hid_ignore_special_drivers) in hid_bus_match()