summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-11-26 11:10:10 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-11-26 11:10:10 +0000
commitb3167989373aacae24d7c94f82da3359f3af9f1a (patch)
treef606722c81c59bc9f8e01c7a893af26dd1309033
parent48d38db1763d254486168c3aa549771f2c9da9b2 (diff)
Document device properties
-rw-r--r--driver/xf86-input-ws/man/ws.man19
1 files changed, 17 insertions, 2 deletions
diff --git a/driver/xf86-input-ws/man/ws.man b/driver/xf86-input-ws/man/ws.man
index 0a5faa19e..cf59bc85b 100644
--- a/driver/xf86-input-ws/man/ws.man
+++ b/driver/xf86-input-ws/man/ws.man
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ws.man,v 1.3 2009/11/25 19:11:55 matthieu Exp $
+.\" $OpenBSD: ws.man,v 1.4 2009/11/26 11:10:09 matthieu Exp $
.\"
.\" Copyright (c) 2005,2009 Matthieu Herrb
.\"
@@ -111,5 +111,20 @@ is mapped to the negative W axis motion and button
.I N2
is mapped to the positive W axis motion.
Default: no mapping.
+.SH "SUPPORTED PROPERTIES"
+The following properties are provided by the
+.B ws
+driver.
+.TP 7
+.BI "WS Pointer Axis Calibration"
+4 32 bits values, in the order min-x, max-x, min-y, max-y.
+This property is present only for devices with absolute coordinates (ie
+tablets and touchscreens).
+.TP 7
+.BI "WS Pointer Axes Swap"
+1 boolean value (8 bits, 0 or 1). 1 swaps x/y axes. This property
+is present only for devices with absolute coordinates (ie
+tablets and touchscreens).
+
.SH "SEE ALSO"
-Xorg(1), xorg.conf(__filemansuffix__), uts(4), zts(4), sysctl(8), xtsscale(8), ztsscale(8).
+Xorg(1), xinput(1), xorg.conf(__filemansuffix__), uts(4), zts(4), sysctl(8), xtsscale(8), ztsscale(8).