Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-ntrig.c517 case HID_DG_CONTACTID: /* Not trustworthy, squelch for now */ in ntrig_input_mapping()
608 case HID_DG_CONTACTID: in ntrig_event()
H A Dhid-multitouch.c717 if (hid == HID_DG_CONTACTID || in mt_allocate_report_data()
917 case HID_DG_CONTACTID: in mt_touch_input_mapping()
1783 usage == HID_DG_CONTACTID || in mt_report()
2176 mt_fix_const_fields(hdev, HID_DG_CONTACTID); in mt_probe()
H A Dhid-core.c847 if (usage == HID_DG_CONTACTID) in hid_scan_input_usage()
/linux/include/linux/
H A Dhid.h307 #define HID_DG_CONTACTID 0x000d0051 macro