wsp_tuning
wsp_tuning =
wsp_running_rangecheck(struct wsp_tuning *ptun)
&wsp_tuning.scale_factor, 0, "movement scale factor");
&wsp_tuning.scroll_finger_count, 0, "amount of fingers to use scrolling gesture");
&wsp_tuning.horizontal_swipe_finger_count, 0, "amount of fingers to use horizontal swipe gesture");
&wsp_tuning.z_factor, 0, "Z-axis (vertical) scale factor");
&wsp_tuning.z_invert, 0, "enable (vertical) Z-axis inversion");
&wsp_tuning.t_factor, 0, "T-axis (horizontal) scale factor");
&wsp_tuning.t_invert, 0, "enable T-axis (horizontal) inversion");
&wsp_tuning.pressure_touch_threshold, 0, "touch pressure threshold");
&wsp_tuning.pressure_untouch_threshold, 0, "untouch pressure threshold");
&wsp_tuning.pressure_tap_threshold, 0, "tap pressure threshold");
&wsp_tuning.max_finger_diameter, 0, "maximum finger diameter");
&wsp_tuning.max_scroll_finger_distance, 0, "maximum scroll finger distance");
&wsp_tuning.max_double_tap_distance, 0, "maximum double-finger click distance");
&wsp_tuning.scr_threshold, 0, "scrolling threshold");
&wsp_tuning.enable_single_tap_clicks, 0, "enable single tap clicks");
&wsp_tuning.enable_single_tap_movement, 0, "enable single tap movement");
struct wsp_tuning tun = wsp_tuning;