aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAndrej Gelenberg <andrej.gelenberg@udo.edu>2010-01-12 11:22:16 +0100
committerPeter Hutterer <peter.hutterer@who-t.net>2010-01-19 21:40:06 +1300
commite81cd935cfff18d3c387eed3e8083977c19c92f0 (patch)
tree6850583673cfde093045a4db101c127188c73539 /man
parentUpdate Sun license notices to current X.Org standard form (diff)
downloadxf86-input-evdev-e81cd935cfff18d3c387eed3e8083977c19c92f0.tar.gz
xf86-input-evdev-e81cd935cfff18d3c387eed3e8083977c19c92f0.tar.bz2
xf86-input-evdev-e81cd935cfff18d3c387eed3e8083977c19c92f0.zip
Implement XSetDeviceMode request handler
Implement XSetDeviceMode request handler for evdev. Devices with absolute axes can be switched in relative mode or absolute mode. Devices with relative axes can be switched only in relative mode. Other devices return BadMatch, cause they have no valuators and don't report motion events. New option "Mode" force devices with absolute axes to work in relative or absolute mode. Need xinputproto. Signed-off-by: Andrej Gelenberg <andrej.gelenberg@udo.edu>
Diffstat (limited to 'man')
-rw-r--r--man/evdev.man5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/evdev.man b/man/evdev.man
index 4771167..bc2ee97 100644
--- a/man/evdev.man
+++ b/man/evdev.man
@@ -159,6 +159,11 @@ originally reported by the kernel (e.g. touchscreens). The scaling to the
custom coordinate system is done in-driver and the X server is unaware of
the transformation. Property: "Evdev Axis Calibration".
.TP 7
+.B Option \*qMode\*q \*qRelative\*q\fP|\fP\*qAbsolute\*q
+Sets the mode of the device if device has absolute axes.
+The default value for touchpads is relative, for other absolute.
+This option has no effect on devices without absolute axes.
+.TP 7
.BI "Option \*qSwapAxes\*q \*q" Bool \*q
Swap x/y axes. Default: off. Property: "Evdev Axes Swap".
.TP 7