blob: c63906f281c101fe0b90761fd679ddea2a0040ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
<table class="head">
<tr>
<td class="head-ltitle">UGENSA(4)</td>
<td class="head-vol">Device Drivers Manual</td>
<td class="head-rtitle">UGENSA(4)</td>
</tr>
</table>
<div class="manual-text">
<section class="Sh">
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
<p class="Pp"><code class="Nm">ugensa</code> — <span class="Nd">USB
generic serial adapter</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
<p class="Pp"><code class="Cd">ugensa* at uhub?</code>
<br/>
<code class="Cd">ucom* at ugensa?</code></p>
</section>
<section class="Sh">
<h1 class="Sh" id="HARDWARE"><a class="permalink" href="#HARDWARE">HARDWARE</a></h1>
<p class="Pp">The <code class="Nm">ugensa</code> driver supports the following
adapters (or their USB device portion, for adaptors that contain a USB host
controller, hub and a USB device):</p>
<p class="Pp"></p>
<div class="Bd-indent">
<dl class="Bl-tag Bl-compact">
<dt>Airprime PC5220</dt>
<dd style="width: auto;"> </dd>
<dt>Novatel FlexPak GPS receiver</dt>
<dd style="width: auto;"> </dd>
<dt>Qualcom CDMA MSM (found in Kyocera KPC650 EVDO interface)</dt>
<dd style="width: auto;"> </dd>
<dt>Qualcom Inc. CDMA AC8700 (found in the ZTE 1x EVDO interface)</dt>
<dd style="width: auto;"> </dd>
<dt>Sierra AirCard 580</dt>
<dd style="width: auto;"> </dd>
<dt>Sierra AirCard 595</dt>
<dd style="width: auto;"> </dd>
<dt>Sierra AirCard 875 [not tested]</dt>
<dd style="width: auto;"> </dd>
<dt>Sierra Wireless EM5625 [not tested]</dt>
<dd style="width: auto;"> </dd>
<dt>Sierra Wireless MC5720 [not tested]</dt>
<dd style="width: auto;"> </dd>
<dt>Sierra Wireless MC5725 [not tested]</dt>
<dd style="width: auto;"> </dd>
<dt>Sierra Wireless MC8755 [not tested]</dt>
<dd style="width: auto;"> </dd>
<dt>Sierra Wireless MC8755 [not tested]</dt>
<dd style="width: auto;"> </dd>
<dt>Sierra Wireless MC8755 [not tested]</dt>
<dd style="width: auto;"> </dd>
<dt>Sierra Wireless MC8765 [not tested]</dt>
<dd style="width: auto;"> </dd>
<dt>Sierra Wireless MC8775 [not tested]</dt>
<dd style="width: auto;"> </dd>
<dt>Novatel Wireless Merlin CDMA (found in Verizon V620) [not tested]</dt>
<dd style="width: auto;"> </dd>
<dt>Novatel ExpressCard [not tested]</dt>
<dd style="width: auto;"> </dd>
<dt>Novatel Wireless S720 [not tested]</dt>
<dd style="width: auto;"> </dd>
<dt>Novatel Ovation U720 [not tested]</dt>
<dd style="width: auto;"> </dd>
<dt>Novatel Merlin XU870 HSDPA ExpressCard [not tested]</dt>
<dd style="width: auto;"> </dd>
<dt>Novatel Merlin ES620 [not tested]</dt>
<dd style="width: auto;"> </dd>
<dt>Dell/Novatel Wireless HDSPA modem</dt>
<dd style="width: auto;"> </dd>
<dt>Dell W5500 HDSPA modem [not tested]</dt>
<dd style="width: auto;"> </dd>
<dt>AnyDATA ADU-E500A [not tested]</dt>
<dd style="width: auto;"> </dd>
<dt>Linux's USB 3.0 debug port serial communication</dt>
<dd style="width: auto;"> </dd>
</dl>
</div>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">The <code class="Nm">ugensa</code> driver provides support for the
USB-to-RS-232 Bridge chip used by various vendors.</p>
<p class="Pp">The device is accessed through the <a class="Xr">ucom(4)</a>
driver which makes it behave like a <a class="Xr">tty(4)</a>.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
ALSO</a></h1>
<p class="Pp"><a class="Xr">tty(4)</a>, <a class="Xr">ucom(4)</a>,
<a class="Xr">usb(4)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
<p class="Pp">The <code class="Nm">ugensa</code> driver first appeared in
<span class="Ux">NetBSD 3.0</span>.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">July 4, 2020</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|