summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorUwe Stuehler <uwe@cvs.openbsd.org>2005-11-17 05:26:32 +0000
committerUwe Stuehler <uwe@cvs.openbsd.org>2005-11-17 05:26:32 +0000
commitaa4c7411b799ccebf28303ee57375d9267e4371d (patch)
tree8da454bb4c78c26cc6e559671cded225f7b74d78 /share
parent6d4fe888f197dfe30c3a837e6543d8ce015c6d72 (diff)
Sharp CE-RH2 remote control driver
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.zaurus/Makefile4
-rw-r--r--share/man/man4/man4.zaurus/zrc.441
2 files changed, 43 insertions, 2 deletions
diff --git a/share/man/man4/man4.zaurus/Makefile b/share/man/man4/man4.zaurus/Makefile
index fa158053f49..86b9fe90634 100644
--- a/share/man/man4/man4.zaurus/Makefile
+++ b/share/man/man4/man4.zaurus/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.8 2005/04/17 12:50:45 dlg Exp $
+# $OpenBSD: Makefile,v 1.9 2005/11/17 05:26:31 uwe Exp $
# TODO: aupxa(eventually) cpu
MAN= apm.4 autoconf.4 intro.4 lcd.4 mem.4 pxadmac.4 \
pxagpio.4 pxaintc.4 pxaip.4 pxapcic.4 pxaudc.4 saost.4 scoop.4 \
- zaudio.4 zkbd.4 zssp.4 zts.4
+ zaudio.4 zkbd.4 zrc.4 zssp.4 zts.4
MLINKS+= mem.4 kmem.4
MANSUBDIR=zaurus
diff --git a/share/man/man4/man4.zaurus/zrc.4 b/share/man/man4/man4.zaurus/zrc.4
new file mode 100644
index 00000000000..2f428853276
--- /dev/null
+++ b/share/man/man4/man4.zaurus/zrc.4
@@ -0,0 +1,41 @@
+.\" $OpenBSD: zrc.4,v 1.1 2005/11/17 05:26:31 uwe Exp $
+.\"
+.\" Copyright (c) 2005 Uwe Stuehler <uwe@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 November 17, 2005
+.Dt ZRC 4 zaurus
+.Os
+.Sh NAME
+.Nm zrc
+.Nd Zaurus remote control support
+.Sh SYNOPSIS
+.Cd "zrc0 at pxaip?"
+.Cd "wskbd* at zrc?"
+.Sh DESCRIPTION
+The
+.Nm
+provides support for the CE-RH2 remote control on the Zaurus C1000,
+C3000 and C3100.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr pxaip 4 ,
+.Xr wscons 4 ,
+.Xr wskbd 4
+.Sh HISTORY
+The
+.Nm
+driver
+appeared in
+.Ox 3.9 .