Searched refs:barrelswitch (Results 1 – 2 of 2) sorted by relevance
302 bool barrelswitch; member
2300 wacom_wac->hid_data.barrelswitch && in wacom_set_barrel_switch3_usage()2357 wacom_wac->hid_data.barrelswitch = true; in wacom_wac_pen_usage_mapping()2434 wacom_wac->hid_data.barrelswitch = value; in wacom_wac_pen_event()2586 int sw_state = wacom_wac->hid_data.barrelswitch | in wacom_wac_pen_report()2588 wacom_wac->hid_data.barrelswitch = sw_state == 1; in wacom_wac_pen_report()2592 input_report_key(input, BTN_STYLUS, wacom_wac->hid_data.barrelswitch); in wacom_wac_pen_report()
Completed in 14 milliseconds