Searched refs:hidquirks (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/hid/
H A Dhidquirk.c83 static struct hidquirk_entry hidquirks[HID_DEV_QUIRKS_MAX] = { variable in typeref:struct:hidquirk_entry
222 if ((hidquirks[x].bus != info->idBus) ||
223 (hidquirks[x].vid != info->idVendor) ||
224 (hidquirks[x].lo_rev > info->idVersion) ||
225 (hidquirks[x].hi_rev < info->idVersion)) {
229 if (hidquirks[x].pid != info->idProduct) {
230 if (hidquirks[x].pid != 0)
234 if (hidquirks[x].quirks[y] == HQ_MATCH_VENDOR_ONLY)
242 if (hidquirks[x].quirks[y] == quirk) {
264 return (hidquirks
[all...]

Completed in 40 milliseconds