Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dwacom_wac.c522 int strip1 = 0, strip2 = 0; in wacom_intuos_pad() local
637 strip2 = ((data[3] & 0x1f) << 8) | data[4]; in wacom_intuos_pad()
641 (ring1 & 0x80) | (ring2 & 0x80) | strip1 | strip2; in wacom_intuos_pad()
661 input_report_abs(input, ABS_RY, strip2); in wacom_intuos_pad()