aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@redhat.com>2008-10-14 15:06:17 +1030
committerPeter Hutterer <peter.hutterer@redhat.com>2008-10-14 15:17:03 +1030
commitb46677e346c33379cac814895641349cbd3b37f2 (patch)
treeffa37ab44349e0831107e48de95e3eb9c21116ce /man
parentBump to 2.1.99. (diff)
downloadxf86-input-evdev-b46677e346c33379cac814895641349cbd3b37f2.tar.gz
xf86-input-evdev-b46677e346c33379cac814895641349cbd3b37f2.tar.bz2
xf86-input-evdev-b46677e346c33379cac814895641349cbd3b37f2.zip
Document InvertX/Y options.
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 ddf066f..30e158b 100644
--- a/man/evdev.man
+++ b/man/evdev.man
@@ -136,6 +136,11 @@ is mapped to the positive Y axis motion. Default: "4 5"
.BI "Option \*qReopenAttempts\*q \*q" integer \*q
Number of reopen attempts after a read error occurs on the device (e.g. after
waking up from suspend). In between each attempt is a 100ms wait. Default: 10.
+.TP 7
+.BI "Option \*qInvertX\*q \*q" Bool \*q
+.TP 7
+.BI "Option \*qInvertY\*q \*q" Bool \*q
+Invert the given axis. Default: off.
.SH AUTHORS
Kristian Høgsberg.