Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Dwsp.c92 static struct wsp_tuning { struct
110 wsp_tuning = variable
131 wsp_running_rangecheck(struct wsp_tuning *ptun) in wsp_running_rangecheck()
152 &wsp_tuning.scale_factor, 0, "movement scale factor");
154 &wsp_tuning.scroll_finger_count, 0, "amount of fingers to use scrolling gesture");
156 …&wsp_tuning.horizontal_swipe_finger_count, 0, "amount of fingers to use horizontal swipe gesture");
158 &wsp_tuning.z_factor, 0, "Z-axis (vertical) scale factor");
160 &wsp_tuning.z_invert, 0, "enable (vertical) Z-axis inversion");
162 &wsp_tuning.t_factor, 0, "T-axis (horizontal) scale factor");
164 &wsp_tuning.t_invert, 0, "enable T-axis (horizontal) inversion");
[all …]