From 1fbd574e87e6084e26a22a6a5af8fc4f71f0fbe9 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 15 Jun 2021 10:15:16 -0600 Subject: [PATCH] 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 b1ed3d47db7..6b0bd2a2c1f 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 ('') .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.