Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dsynaptics_i2c_rmi.c155 int finger2_pressed; in synaptics_ts_work_func() local
203 finger2_pressed = finger > 1 && finger != 7; in synaptics_ts_work_func()
204 input_report_key(ts->input_dev, BTN_2, finger2_pressed); in synaptics_ts_work_func()
205 if (finger2_pressed) { in synaptics_ts_work_func()
217 if (finger2_pressed) { in synaptics_ts_work_func()