Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/hid/
Dhid-topseed.c33 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_LOGIVENDOR) in ts_input_mapping()
Dhid-petalynx.c45 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_LOGIVENDOR) { in pl_input_mapping()
Dhid-gyration.c32 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_LOGIVENDOR) in gyration_input_mapping()
Dhid-lg.c86 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_LOGIVENDOR) in lg_ultrax_remote_mapping()
119 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_LOGIVENDOR) in lg_dinovo_mapping()
Dhid-input.c610 case HID_UP_LOGIVENDOR: in hidinput_configure_usage()
/linux-2.6.39/include/linux/
Dhid.h202 #define HID_UP_LOGIVENDOR 0xffbc0000 macro