diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-04-17 12:42:00 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-04-17 12:42:00 +0000 |
commit | d24250cd4413c74ded4804db83937ec606425fce (patch) | |
tree | facc98f9cd6963ed89a2f6dfde4307a568a0a3de /share | |
parent | 89a167463bb2e218bca550a9e2305d21407b5cea (diff) |
document the touchscreen
ok jmc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.zaurus/zts.4 | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/share/man/man4/man4.zaurus/zts.4 b/share/man/man4/man4.zaurus/zts.4 new file mode 100644 index 00000000000..4c123979d61 --- /dev/null +++ b/share/man/man4/man4.zaurus/zts.4 @@ -0,0 +1,43 @@ +.\" $OpenBSD: zts.4,v 1.1 2005/04/17 12:41:59 dlg Exp $ +.\" +.\" Copyright (c) 2005 David Gwynne <dlg@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd April 17, 2005 +.Dt ZTS 4 zaurus +.Os +.Sh NAME +.Nm zts +.Nd Zaurus touchscreen support +.Sh SYNOPSIS +.Cd "zts0 at pxaip?" +.Cd "wsmouse* at zts? mux 0" +.Sh DESCRIPTION +The +.Nm +driver provides support for the touchscreen on the Zaurus. +Access to the touchscreen is provided through the +.Xr wscons 4 +framework. +.Sh SEE ALSO +.Xr intro 4 , +.Xr pxaip 4 , +.Xr wscons 4 , +.Xr wsmouse 4 +.Sh HISTORY +The +.Nm +driver +appeared in +.Ox 3.7 . |