Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hid/
Dwacom_wac.c484 int strip1 = 0, strip2 = 0; in wacom_intuos_pad() local
599 strip2 = ((data[3] & 0x1f) << 8) | data[4]; in wacom_intuos_pad()
603 (ring1 & 0x80) | (ring2 & 0x80) | strip1 | strip2; in wacom_intuos_pad()
623 input_report_abs(input, ABS_RY, strip2); in wacom_intuos_pad()