Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hid/
Dwacom_wac.c29 static bool touch_arbitration = 1; variable
30 module_param(touch_arbitration, bool, 0644);
31 MODULE_PARM_DESC(touch_arbitration, " on (Y) off (N)");
882 return (touch_arbitration ? !wacom->shared->stylus_in_proximity : 1); in report_touch_events()
887 return (wacom->shared->touch_down && touch_arbitration); in delay_pen_events()