Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-core.c44 static int hid_ignore_special_drivers = 0; variable
45 module_param_named(ignore_special_drivers, hid_ignore_special_drivers, int, 0600);
2672 return hdrv->match(hdev, hid_ignore_special_drivers); in hid_check_device_match()
2679 return !hid_ignore_special_drivers; in hid_check_device_match()
2865 if (hid_ignore_special_drivers) { in hid_add_device()
2971 !hdrv->match(hdev, hid_ignore_special_drivers) && in __hid_bus_reprobe_drivers()