aboutsummaryrefslogtreecommitdiff
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 17:18:07 +1030
commitcaacacf0576fe3a4c63593ecd2085a82fa0b406c (patch)
tree385f0e5a17f470e1206fefedf67694ee3a298f52
parentRemove "Path" option. (diff)
downloadxf86-input-evdev-caacacf0576fe3a4c63593ecd2085a82fa0b406c.tar.gz
xf86-input-evdev-caacacf0576fe3a4c63593ecd2085a82fa0b406c.tar.bz2
xf86-input-evdev-caacacf0576fe3a4c63593ecd2085a82fa0b406c.zip
Document InvertX/Y options.
(cherry picked from commit b46677e346c33379cac814895641349cbd3b37f2)
-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.