Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/input/
HDwsp.c82 static struct wsp_tuning { struct
91 wsp_tuning = argument
103 wsp_runing_rangecheck(struct wsp_tuning *ptun) in wsp_runing_rangecheck()
115 &wsp_tuning.scale_factor, 0, "movement scale factor");
117 &wsp_tuning.z_factor, 0, "Z-axis scale factor");
119 &wsp_tuning.pressure_touch_threshold, 0, "touch pressure threshold");
121 &wsp_tuning.pressure_untouch_threshold, 0, "untouch pressure threshold");
123 &wsp_tuning.pressure_tap_threshold, 0, "tap pressure threshold");
125 &wsp_tuning.scr_hor_threshold, 0, "horizontal scrolling threshold");
127 &wsp_tuning.enable_single_tap_clicks, 0, "enable single tap clicks");
[all …]