add new driver uslhcom(4) USB HID based UART.
authoruaa <uaa@openbsd.org>
Sat, 3 Jan 2015 21:20:26 +0000 (21:20 +0000)
committeruaa <uaa@openbsd.org>
Sat, 3 Jan 2015 21:20:26 +0000 (21:20 +0000)
share/man/man4/Makefile
share/man/man4/uslhcom.4 [new file with mode: 0644]

index bc00165..ec146bd 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.586 2014/12/11 19:45:28 tedu Exp $
+#      $OpenBSD: Makefile,v 1.587 2015/01/03 21:20:26 uaa Exp $
 
 MAN=   aac.4 ac97.4 acphy.4 \
        acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \
@@ -56,7 +56,7 @@ MAN=  aac.4 ac97.4 acphy.4 \
        stp.4 sv.4 sym.4 systrace.4 tcic.4 tcp.4 termios.4 tht.4 ti.4 tl.4 \
        tlphy.4 thmc.4 tqphy.4 trm.4 trunk.4 tsl.4 tty.4 tun.4 twe.4 txp.4 \
        txphy.4 uaudio.4 uark.4 uath.4 ubcmtp.4 uberry.4 ubsa.4 ubsec.4 \
-       ucom.4 uchcom.4 ucycom.4 udav.4 udcf.4 udl.4 udp.4 udsbr.4 \
+       ucom.4 uchcom.4 ucycom.4 uslhcom.4 udav.4 udcf.4 udl.4 udp.4 udsbr.4 \
        uftdi.4 ugen.4 ugl.4 ugold.4 uguru.4 uhci.4 uhid.4 uhidev.4 uipaq.4 \
        uk.4 ukbd.4 \
        ukphy.4 ulpt.4 umass.4 umbg.4 umcs.4 umct.4 umidi.4 umodem.4 ums.4 \
diff --git a/share/man/man4/uslhcom.4 b/share/man/man4/uslhcom.4
new file mode 100644 (file)
index 0000000..414721f
--- /dev/null
@@ -0,0 +1,46 @@
+.\"    $OpenBSD: uslhcom.4,v 1.1 2015/01/03 21:20:26 uaa Exp $
+.\"
+.\" Copyright (c) 2015 Takayoshi SASANO <uaa@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 3 2015 $
+.Dt USLHCOM 4
+.Os
+.Sh NAME
+.Nm uslhcom
+.Nd Silicon Laboratory USB HID based serial adapter
+.Sh SYNOPSIS
+.Cd "uslhcom* at uhidev?"
+.Cd "ucom* at uslhcom?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports USB HID (Human Interface Device) based serial adapters.
+The following devices are supported:
+.Pp
+.Bl -tag -width Dev -offset indent -compact
+.It Silicon Laboratory CP2110
+.El
+.Pp
+The driver acts as a bridge between
+.Xr uhidev 4
+and the
+.Xr ucom 4
+driver which makes it behave like a
+.Xr tty 4 .
+.Sh SEE ALSO
+.Xr tty 4 ,
+.Xr ucom 4 ,
+.Xr uhidev 4 ,
+.Xr usb 4