diff options
| author | Michael Paepcke <fbsd@paepcke.de> | 2023-02-16 16:36:03 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-02-16 16:36:44 +0000 |
| commit | 9786ac44efd689018ee8dafa4fb231cdba366e94 (patch) | |
| tree | 1ca8e2a7decc1c75e5bfbecfdc170449a82f8bc7 | |
| parent | b9ddd053e800af8e8a4b06b96128f505d45f532f (diff) | |
u3g: Add new 4G Huawei devices
New 4G devices. Longer description of new modes to follow.
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/633
(cherry picked from commit 75d41cb6967bef0e534afd6d20ea5eeeb2435e36)
| -rw-r--r-- | share/man/man4/u3g.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/u3g.4 b/share/man/man4/u3g.4 index cf1152a6c1cb..91b3fc0761db 100644 --- a/share/man/man4/u3g.4 +++ b/share/man/man4/u3g.4 @@ -18,12 +18,12 @@ .\" .\" $FreeBSD$ .\" -.Dd September 11, 2018 +.Dd February 4, 2023 .Dt U3G 4 .Os .Sh NAME .Nm u3g -.Nd USB support for 3G datacards +.Nd USB support for 3G and 4G datacards .Sh SYNOPSIS To compile this driver into the kernel, place the following lines in your @@ -72,7 +72,7 @@ Qualcomm Inc. CDMA MSM .It QUECTEL EC25, EM05, EM12-G. .It -Huawei B190, E180v, E220 ('<Huawei Mobile>') +Huawei B190, E180v, E220, E3372, E3372v153, E5573Cs322, ('<Huawei Mobile>') .It Novatel U740, MC950D, X950D, etc. .It |
