From owner-dev-commits-src-main@freebsd.org Tue Jun 15 16:22:14 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B55C464E511; Tue, 15 Jun 2021 16:22:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G4D9f4gM5z4dPF; Tue, 15 Jun 2021 16:22:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 88BA8390E; Tue, 15 Jun 2021 16:22:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15FGME4l082044; Tue, 15 Jun 2021 16:22:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15FGMEje082043; Tue, 15 Jun 2021 16:22:14 GMT (envelope-from git) Date: Tue, 15 Jun 2021 16:22:14 GMT Message-Id: <202106151622.15FGMEje082043@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Warner Losh Subject: git: 1fbd574e87e6 - main - u3g: Note range of GOBI devices MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: imp X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1fbd574e87e6084e26a22a6a5af8fc4f71f0fbe9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 16:22:14 -0000 The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=1fbd574e87e6084e26a22a6a5af8fc4f71f0fbe9 commit 1fbd574e87e6084e26a22a6a5af8fc4f71f0fbe9 Author: Warner Losh AuthorDate: 2021-06-15 16:15:16 +0000 Commit: Warner Losh 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 ('') .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.