Home
last modified time | relevance | path

Searched refs:hid_ignore_special_drivers (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/hid/
Dhid-core.c53 static int hid_ignore_special_drivers = 0; variable
54 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()