Date: Tue, 15 Jun 2021 16:22:14 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 1fbd574e87e6 - main - u3g: Note range of GOBI devices Message-ID: <202106151622.15FGMEje082043@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=1fbd574e87e6084e26a22a6a5af8fc4f71f0fbe9 commit 1fbd574e87e6084e26a22a6a5af8fc4f71f0fbe9 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-06-15 16:15:16 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2021-06-15 16:21:20 +0000 u3g: Note range of GOBI devices Qualcomm makes the GOBI devices, and gobi_loader port supports all the Qualcomm GOBI 1000 and 2000 devices with the MDM1000 and MDM2000 chipsets. And likely the 3000 as well, though that's not been tested on FreeBSD. Submitted by: zarychtam@plan-b.pwste.edu.pl Sponsored by: Netflix --- share/man/man4/u3g.4 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/share/man/man4/u3g.4 b/share/man/man4/u3g.4 index b1ed3d47db77..6b0bd2a2c1f2 100644 --- a/share/man/man4/u3g.4 +++ b/share/man/man4/u3g.4 @@ -18,7 +18,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 14, 2021 +.Dd June 15, 2021 .Dt U3G 4 .Os .Sh NAME @@ -70,6 +70,8 @@ Vodafone Mobile Broadband K3772-Z .It Qualcomm Inc. CDMA MSM .It +Qualcomm Inc. GOBI 1000, 2000 and 3000 devices with MDM1000 or MDM2000 chipsets +.It Huawei B190, E180v, E220 ('<Huawei Mobile>') .It Novatel U740, MC950D, X950D, etc. @@ -150,6 +152,6 @@ The automatic mode switch from disk mode to modem mode does not work unless the driver is either built into the kernel or loaded before the device is connected. .Pp -The Panasonic CF-F9 requires the gobi loader available from the +The GOBI-based devices require the gobi loader available from the .Pa sysutils/gobi_loader port.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106151622.15FGMEje082043>