Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hid/
Dwacom_wac.c33 static bool touch_arbitration = 1; variable
34 module_param(touch_arbitration, bool, 0644);
35 MODULE_PARM_DESC(touch_arbitration, " on (Y) off (N)");
846 return (touch_arbitration ? !wacom->shared->stylus_in_proximity : 1); in report_touch_events()
851 return (wacom->shared->touch_down && touch_arbitration); in delay_pen_events()