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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/hidp/
H A Dcore.c683 } hidp_blacklist[] = { variable in typeref:struct:__anon10837
694 for (n = 0; hidp_blacklist[n].idVendor; n++)
695 if (hidp_blacklist[n].idVendor == le16_to_cpu(hid->vendor) &&
696 hidp_blacklist[n].idProduct == le16_to_cpu(hid->product))
697 hid->quirks = hidp_blacklist[n].quirks;

Completed in 31 milliseconds