Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dwacom_w9000.c157 bool touch, rubber, side_button; in wacom_w9000_coord() local
176 side_button = !!(data[0] & BIT(5)); in wacom_w9000_coord()
202 input_report_key(wacom_data->input_dev, BTN_STYLUS, side_button); in wacom_w9000_coord()