Add information about device nodes to man pages for USB serial drivers.

MFC after:	2 weeks
This commit is contained in:
Edward Tomasz Napierala 2017-04-26 19:51:10 +00:00
parent b96fc19739
commit 4f4acb65e8
18 changed files with 252 additions and 24 deletions

View File

@ -18,7 +18,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd November 26, 2013
.Dd April 26, 2017
.Dt U3G 4
.Os
.Sh NAME
@ -97,6 +97,20 @@ See
.Xr usbconfig 8
and
.Xr usb_quirk 4 .
.Sh FILES
.Bl -tag -width "/dev/ttyU?.?.init" -compact
.It Pa /dev/ttyU?.?
for callin ports
.It Pa /dev/ttyU?.?.init
.It Pa /dev/ttyU?.?.lock
corresponding callin initial-state and lock-state devices
.Pp
.It Pa /dev/cuaU?.?
for callout ports
.It Pa /dev/cuaU?.?.init
.It Pa /dev/cuaU?.?.lock
corresponding callout initial-state and lock-state devices
.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,

View File

@ -16,7 +16,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd November 20, 2011
.Dd April 26, 2017
.Dt UARK 4
.Os
.Sh NAME
@ -57,6 +57,20 @@ KQ-U8A Data Cable
.It
Skymaster USB to RS232
.El
.Sh FILES
.Bl -tag -width "/dev/ttyU?.init" -compact
.It Pa /dev/ttyU?
for callin ports
.It Pa /dev/ttyU?.init
.It Pa /dev/ttyU?.lock
corresponding callin initial-state and lock-state devices
.Pp
.It Pa /dev/cuaU?
for callout ports
.It Pa /dev/cuaU?.init
.It Pa /dev/cuaU?.lock
corresponding callout initial-state and lock-state devices
.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,

View File

@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd December 9, 2015
.Dd April 26, 2017
.Dt UART 4
.Os
.Sh NAME
@ -226,14 +226,14 @@ level signal at up to 12 volts.
A connection to header pins or an edge-connector on an embedded board
is typically a TTL signal at 3.3 or 5 volts.
.Sh FILES
.Bl -tag -width ".Pa /dev/ttyu?.init" -compact
.Bl -tag -width "/dev/ttyu?.init" -compact
.It Pa /dev/ttyu?
for callin ports
.It Pa /dev/ttyu?.init
.It Pa /dev/ttyu?.lock
corresponding callin initial-state and lock-state devices
.Pp
.It Pa /dev/cuau?
.It Pa /dev/cuau*
for callout ports
.It Pa /dev/cuau?.init
.It Pa /dev/cuau?.lock

View File

@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd November 20, 2011
.Dd April 26, 2017
.Dt UBSA 4
.Os
.Sh NAME
@ -81,6 +81,20 @@ GoHubs GoCOM232
.It
Peracom single port serial adapter
.El
.Sh FILES
.Bl -tag -width "/dev/ttyU?.init" -compact
.It Pa /dev/ttyU?
for callin ports
.It Pa /dev/ttyU?.init
.It Pa /dev/ttyU?.lock
corresponding callin initial-state and lock-state devices
.Pp
.It Pa /dev/cuaU?
for callout ports
.It Pa /dev/cuaU?.init
.It Pa /dev/cuaU?.lock
corresponding callout initial-state and lock-state devices
.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,

View File

@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd November 20, 2011
.Dd April 26, 2017
.Dt UBSER 4
.Os
.Sh NAME
@ -55,8 +55,18 @@ The
.Nm
driver provides support for the BWCT console management serial adapters.
.Sh FILES
.Bl -tag -width ".Pa /dev/ttyy??" -compact
.It Pa /dev/ttyy??
.Bl -tag -width "/dev/ttyU?.?.init" -compact
.It Pa /dev/ttyU?.?
for callin ports
.It Pa /dev/ttyU?.?.init
.It Pa /dev/ttyU?.?.lock
corresponding callin initial-state and lock-state devices
.Pp
.It Pa /dev/cuaU?.?
for callout ports
.It Pa /dev/cuaU?.?.init
.It Pa /dev/cuaU?.?.lock
corresponding callout initial-state and lock-state devices
.El
.Sh SEE ALSO
.Xr tty 4 ,

View File

@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd November 20, 2011
.Dd April 26, 2017
.Dt UCHCOM 4
.Os
.Sh NAME
@ -70,6 +70,20 @@ driver supports the following adapters:
.It
HL USB-RS232
.El
.Sh FILES
.Bl -tag -width "/dev/ttyU?.init" -compact
.It Pa /dev/ttyU?
for callin ports
.It Pa /dev/ttyU?.init
.It Pa /dev/ttyU?.lock
corresponding callin initial-state and lock-state devices
.Pp
.It Pa /dev/cuaU?
for callout ports
.It Pa /dev/cuaU?.init
.It Pa /dev/cuaU?.lock
corresponding callout initial-state and lock-state devices
.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,

View File

@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd March 11, 2015
.Dd April 26, 2017
.Dt UCOM 4
.Os
.Sh NAME
@ -92,9 +92,18 @@ Capture pulses on the CTS line.
Capture pulses on the DCD line.
.El
.Sh FILES
.Bl -tag -width ".Pa /dev/cuaU?"
.It Pa /dev/cuaU?
.Bl -tag -width "/dev/ttyU?.init" -compact
.It Pa /dev/ttyU?
for callin ports
.It Pa /dev/ttyU?.init
.It Pa /dev/ttyU?.lock
corresponding callin initial-state and lock-state devices
.Pp
.It Pa /dev/cuaU?
for callout ports
.It Pa /dev/cuaU?.init
.It Pa /dev/cuaU?.lock
corresponding callout initial-state and lock-state devices
.El
.Sh SEE ALSO
.Xr tty 4 ,

View File

@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd November 20, 2011
.Dd April 26, 2017
.Dt UCYCOM 4
.Os
.Sh NAME
@ -71,6 +71,20 @@ Cypress USB to RS232 bridge chips:
.It
DeLorme Earthmate USB GPS receiver
.El
.Sh FILES
.Bl -tag -width "/dev/ttyU?.init" -compact
.It Pa /dev/ttyU?
for callin ports
.It Pa /dev/ttyU?.init
.It Pa /dev/ttyU?.lock
corresponding callin initial-state and lock-state devices
.Pp
.It Pa /dev/cuaU?
for callout ports
.It Pa /dev/cuaU?.init
.It Pa /dev/cuaU?.lock
corresponding callout initial-state and lock-state devices
.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,

View File

@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 6, 2015
.Dd April 26, 2017
.Dt UFTDI 4
.Os
.Sh NAME
@ -242,6 +242,20 @@ Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote
.It
Prologix GPIB-USB Controller
.El
.Sh FILES
.Bl -tag -width "/dev/ttyU?.init" -compact
.It Pa /dev/ttyU?
for callin ports
.It Pa /dev/ttyU?.init
.It Pa /dev/ttyU?.lock
corresponding callin initial-state and lock-state devices
.Pp
.It Pa /dev/cuaU?
for callout ports
.It Pa /dev/cuaU?.init
.It Pa /dev/cuaU?.lock
corresponding callout initial-state and lock-state devices
.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,

View File

@ -30,7 +30,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd November 20, 2011
.Dd April 26, 2017
.Dt UIPAQ 4
.Os
.Sh NAME
@ -79,6 +79,20 @@ The device is accessed through the
.Xr ucom 4
driver which makes it behave like a
.Xr tty 4 .
.Sh FILES
.Bl -tag -width "/dev/ttyU?.init" -compact
.It Pa /dev/ttyU?
for callin ports
.It Pa /dev/ttyU?.init
.It Pa /dev/ttyU?.lock
corresponding callin initial-state and lock-state devices
.Pp
.It Pa /dev/cuaU?
for callout ports
.It Pa /dev/cuaU?.init
.It Pa /dev/cuaU?.lock
corresponding callout initial-state and lock-state devices
.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,

View File

@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd February 25, 2012
.Dd April 26, 2017
.Dt UMCS 4
.Os
.Sh NAME
@ -80,6 +80,20 @@ ST Lab U-360 two-port serial USB adapter
.It
ST Lab U-400 four-port serial USB adapter
.El
.Sh FILES
.Bl -tag -width "/dev/ttyU?.?.init" -compact
.It Pa /dev/ttyU?.?
for callin ports
.It Pa /dev/ttyU?.?.init
.It Pa /dev/ttyU?.?.lock
corresponding callin initial-state and lock-state devices
.Pp
.It Pa /dev/cuaU?.?
for callout ports
.It Pa /dev/cuaU?.?.init
.It Pa /dev/cuaU?.?.lock
corresponding callout initial-state and lock-state devices
.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,

View File

@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd November 20, 2011
.Dd April 26, 2017
.Dt UMCT 4
.Os
.Sh NAME
@ -78,6 +78,20 @@ Magic Control Technology USB-232
.It
Sitecom USB-232
.El
.Sh FILES
.Bl -tag -width "/dev/ttyU?.init" -compact
.It Pa /dev/ttyU?
for callin ports
.It Pa /dev/ttyU?.init
.It Pa /dev/ttyU?.lock
corresponding callin initial-state and lock-state devices
.Pp
.It Pa /dev/cuaU?
for callout ports
.It Pa /dev/cuaU?.init
.It Pa /dev/cuaU?.lock
corresponding callout initial-state and lock-state devices
.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,

View File

@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 6, 2012
.Dd April 26, 2017
.Dt UMODEM 4
.Os
.Sh NAME
@ -95,6 +95,20 @@ Sony Ericsson W810i phone
.It
Sonim XP5300 Force
.El
.Sh FILES
.Bl -tag -width "/dev/ttyU?.init" -compact
.It Pa /dev/ttyU?
for callin ports
.It Pa /dev/ttyU?.init
.It Pa /dev/ttyU?.lock
corresponding callin initial-state and lock-state devices
.Pp
.It Pa /dev/cuaU?
for callout ports
.It Pa /dev/cuaU?.init
.It Pa /dev/cuaU?.lock
corresponding callout initial-state and lock-state devices
.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,

View File

@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd March 18, 2014
.Dd April 26, 2017
.Dt UMOSCOM 4
.Os
.Sh NAME
@ -56,6 +56,20 @@ The device is accessed through the
.Xr ucom 4
driver which makes it behave like a
.Xr tty 4 .
.Sh FILES
.Bl -tag -width "/dev/ttyU?.init" -compact
.It Pa /dev/ttyU?
for callin ports
.It Pa /dev/ttyU?.init
.It Pa /dev/ttyU?.lock
corresponding callin initial-state and lock-state devices
.Pp
.It Pa /dev/cuaU?
for callout ports
.It Pa /dev/cuaU?.init
.It Pa /dev/cuaU?.lock
corresponding callout initial-state and lock-state devices
.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,

View File

@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd July 25, 2012
.Dd April 26, 2017
.Dt UPLCOM 4
.Os
.Sh NAME
@ -180,6 +180,20 @@ YC-Cable USB-Serial Adapter
.It
Zeagle N2iTion3 Diving Computer
.El
.Sh FILES
.Bl -tag -width "/dev/ttyU?.init" -compact
.It Pa /dev/ttyU?
for callin ports
.It Pa /dev/ttyU?.init
.It Pa /dev/ttyU?.lock
corresponding callin initial-state and lock-state devices
.Pp
.It Pa /dev/cuaU?
for callout ports
.It Pa /dev/cuaU?.init
.It Pa /dev/cuaU?.lock
corresponding callout initial-state and lock-state devices
.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,

View File

@ -16,7 +16,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 4, 2012
.Dd April 26, 2017
.Dt USLCOM 4
.Os
.Sh NAME
@ -192,6 +192,20 @@ WMR RIGblaster Plug&Play and RIGtalk RT1
.It
Zephyr Bioharness
.El
.Sh FILES
.Bl -tag -width "/dev/ttyU?.init" -compact
.It Pa /dev/ttyU?
for callin ports
.It Pa /dev/ttyU?.init
.It Pa /dev/ttyU?.lock
corresponding callin initial-state and lock-state devices
.Pp
.It Pa /dev/cuaU?
for callout ports
.It Pa /dev/cuaU?.init
.It Pa /dev/cuaU?.lock
corresponding callout initial-state and lock-state devices
.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,

View File

@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd November 20, 2011
.Dd April 26, 2017
.Dt UVISOR 4
.Os
.Sh NAME
@ -118,6 +118,20 @@ Sony Clie S360
.It
Sony Clie TJ37
.El
.Sh FILES
.Bl -tag -width "/dev/ttyU?.init" -compact
.It Pa /dev/ttyU?
for callin ports
.It Pa /dev/ttyU?.init
.It Pa /dev/ttyU?.lock
corresponding callin initial-state and lock-state devices
.Pp
.It Pa /dev/cuaU?
for callout ports
.It Pa /dev/cuaU?.init
.It Pa /dev/cuaU?.lock
corresponding callout initial-state and lock-state devices
.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,

View File

@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd November 20, 2011
.Dd April 26, 2017
.Dt UVSCOM 4
.Os
.Sh NAME
@ -77,6 +77,19 @@ The device is accessed through the
.Xr ucom 4
driver which makes it behave like a
.Xr tty 4 .
.Sh FILES
.Bl -tag -width "/dev/ttyU?.init" -compact
.It Pa /dev/ttyU?
for callin ports
.It Pa /dev/ttyU?.init
.It Pa /dev/ttyU?.lock
corresponding callin initial-state and lock-state devices
.Pp
.It Pa /dev/cuaU?
for callout ports
.It Pa /dev/cuaU?.init
.It Pa /dev/cuaU?.lock
corresponding callout initial-state and lock-state devices
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,