Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A 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)");
839 return (touch_arbitration ? !wacom->shared->stylus_in_proximity : 1); in report_touch_events()
844 return (wacom->shared->touch_down && touch_arbitration); in delay_pen_events()