usb/u3g: Add support for QUECTEL EP06-E 4G modem

Add QUECTEL EP06-E modem support via USB for FreeBSD.
Tested and works like a ppp on FreeBSD-13.

Reviewed by: imp
PR: 269326
This commit is contained in:
ev 2023-02-04 20:47:00 -07:00 committed by Warner Losh
parent db5655124c
commit 0cec5b99b3
3 changed files with 3 additions and 1 deletions

View File

@ -72,7 +72,7 @@ Qualcomm Inc. CDMA MSM
.It
Qualcomm Inc. GOBI 1000, 2000 and 3000 devices with MDM1000 or MDM2000 chipsets
.It
QUECTEL EC25, EM05, EM12-G.
QUECTEL EC25, EM05, EM12-G, EP06-E.
.It
Huawei B190, E180v, E220, E3372, E3372v153, E5573Cs322, ('<Huawei Mobile>')
.It

View File

@ -515,6 +515,7 @@ static const STRUCT_USB_HOST_ID u3g_devs[] = {
U3G_DEV(QUECTEL, EC25, 0),
U3G_DEV(QUECTEL, EM05, 0),
U3G_DEV(QUECTEL, EM12_G, 0),
U3G_DEV(QUECTEL, EP06_E, 0),
U3G_DEV(SIERRA, AC402, 0),
U3G_DEV(SIERRA, AC595U, 0),
U3G_DEV(SIERRA, AC313U, 0),

View File

@ -3989,6 +3989,7 @@ product QUANTA RW6815R 0xf003 HP iPAQ rw6815 RNDIS
/* Quectel products */
product QUECTEL EC25 0x0125 LTE modem
product QUECTEL EM05 0x0127 LTE modem
product QUECTEL EP06_E 0x0306 LTE modem
product QUECTEL EM12_G 0x0512 LTE modem
/* Quickshot products */