Searched refs:prekey (Results 1 – 1 of 1) sorted by relevance
992 static int prekey = 0; in elan_ts_hid_report() local996 if ((button != 0 && button != 0xFF) || (pbutton != 0 && pbutton != 0xFF)|| (prekey != 0)) { in elan_ts_hid_report()998 prekey = report_mbutton(ts->finger_idev,button); in elan_ts_hid_report()1001 prekey = report_mbutton(ts->pen_idev,pbutton); in elan_ts_hid_report()1017 static int prekey = 0; in elan_ts_normal_report() local1019 if ((button != 0 && button != 0xFF) || (prekey != 0)) { in elan_ts_normal_report()1020 prekey = report_mbutton(ts->finger_idev,button); in elan_ts_normal_report()