Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dwacom_wac.c488 int strip1 = 0, strip2 = 0; in wacom_intuos_pad() local
576 strip2 = ((data[3] & 0x1f) << 8) | data[4]; in wacom_intuos_pad()
580 (ring1 & 0x80) | (ring2 & 0x80) | strip1 | strip2; in wacom_intuos_pad()
588 input_report_abs(input, ABS_RY, strip2); in wacom_intuos_pad()