xref: /openbsd/share/man/man4/uscom.4 (revision 73471bf0)
1.\"	$OpenBSD: uscom.4,v 1.4 2019/02/24 17:37:42 patrick Exp $
2.\"
3.\" Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org>
4.\"
5.\" Permission to use, copy, modify, and distribute this software for any
6.\" purpose with or without fee is hereby granted, provided that the above
7.\" copyright notice and this permission notice appear in all copies.
8.\"
9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\"
17.Dd $Mdocdate: February 24 2019 $
18.Dt USCOM 4
19.Os
20.Sh NAME
21.Nm uscom
22.Nd simple USB serial adapters
23.Sh SYNOPSIS
24.Cd "uscom* at uhub?"
25.Cd "ucom* at uscom?"
26.Sh DESCRIPTION
27The
28.Nm
29driver supports simple USB serial adapters that don't need a custom driver.
30.Pp
31The following devices should work with the
32.Nm
33driver:
34.Bd -literal -offset indent
35HP 39G
36HP 49G
37Dynastream ANT USB-2 Stick
38Dynastream ANT USB-m Stick
39.Ed
40.Sh SEE ALSO
41.Xr tty 4 ,
42.Xr ucom 4 ,
43.Xr uhub 4 ,
44.Xr usb 4
45.Sh HISTORY
46The
47.Nm
48device driver first appeared in
49.Ox 5.6 .
50