diff options
author | Joshua Stein <jcs@cvs.openbsd.org> | 2016-01-20 01:29:04 +0000 |
---|---|---|
committer | Joshua Stein <jcs@cvs.openbsd.org> | 2016-01-20 01:29:04 +0000 |
commit | 890f541b593c1ca10d75c5466f82493ad054bed5 (patch) | |
tree | f21baa291e668a70d678a0e0b7af7df14c63350f | |
parent | 3733a3817db89ab1ff676c67fcfdb946b4820d78 (diff) |
add an imt manpage
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/ims.4 | 5 | ||||
-rw-r--r-- | share/man/man4/imt.4 | 42 |
3 files changed, 47 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 39c330c4081..274e70ea601 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.613 2016/01/17 05:25:47 jsg Exp $ +# $OpenBSD: Makefile,v 1.614 2016/01/20 01:29:03 jcs Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -27,7 +27,7 @@ MAN= aac.4 ac97.4 acphy.4 \ glenv.4 gpio.4 gpiodcf.4 gpioiic.4 gpioow.4 gpr.4 gre.4 gscsio.4 gtp.4 \ hds.4 hifn.4 hil.4 hilid.4 hilkbd.4 hilms.4 hme.4 hotplug.4 hsq.4 \ ichiic.4 ichwdt.4 icmp.4 icmp6.4 icsphy.4 ifmedia.4 \ - iha.4 ihidev.4 iic.4 ikbd.4 ims.4 inet.4 inet6.4 inphy.4 iophy.4 \ + iha.4 ihidev.4 iic.4 ikbd.4 ims.4 imt.4 inet.4 inet6.4 inphy.4 iophy.4 \ ip.4 ip6.4 ipcomp.4 ipgphy.4 ipmi.4 ips.4 ipsec.4 ipw.4 \ isa.4 isagpio.4 isapnp.4 it.4 itherm.4 iwi.4 iwn.4 iwm.4 \ ix.4 ixgb.4 jmb.4 jme.4 jmphy.4 \ diff --git a/share/man/man4/ims.4 b/share/man/man4/ims.4 index e9de2d374ca..530eaf99604 100644 --- a/share/man/man4/ims.4 +++ b/share/man/man4/ims.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ims.4,v 1.1 2016/01/17 05:25:47 jsg Exp $ +.\" $OpenBSD: ims.4,v 1.2 2016/01/20 01:29:03 jcs Exp $ .\" .\" Copyright (c) 2016 Jonathan Gray <jsg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 17 2016 $ +.Dd $Mdocdate: January 20 2016 $ .Dt IMS 4 .Os .Sh NAME @@ -32,6 +32,7 @@ Access to these devices is through the driver. .Sh SEE ALSO .Xr ihidev 4 , +.Xr imt 4 , .Xr wsmouse 4 .Sh HISTORY The diff --git a/share/man/man4/imt.4 b/share/man/man4/imt.4 new file mode 100644 index 00000000000..e7f4236bace --- /dev/null +++ b/share/man/man4/imt.4 @@ -0,0 +1,42 @@ +.\" $OpenBSD: imt.4,v 1.1 2016/01/20 01:29:03 jcs Exp $ +.\" +.\" Copyright (c) 2016 joshua stein <jcs@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 $Mdocdate: January 20 2016 $ +.Dt IMT 4 +.Os +.Sh NAME +.Nm imt +.Nd I2C HID multitouch touchpad support +.Sh SYNOPSIS +.Cd "imt* at ihidev?" +.Cd "wsmouse* at imt? mux 0" +.Sh DESCRIPTION +The +.Nm +driver provides support for I2C HID touchpads conforming to the +Windows Precision Touchpad standard. +Access to these devices is through the +.Xr wscons 4 +driver. +.Sh SEE ALSO +.Xr ihidev 4 , +.Xr ims 4 , +.Xr wsmouse 4 +.Sh HISTORY +The +.Nm +device driver first appeared in +.Ox 5.9 . |