Skip to content

Commit

Permalink
usb/u3g: Add support for Quectel EM05.
Browse files Browse the repository at this point in the history
Pull Request:	#565
Sponsored by:	NVIDIA Networking

(cherry picked from commit 0229172)
  • Loading branch information
hselasky committed Dec 2, 2021
1 parent 2e83777 commit 9e89269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sys/dev/usb/serial/u3g.c
Expand Up @@ -496,6 +496,7 @@ static const STRUCT_USB_HOST_ID u3g_devs[] = {
U3G_DEV(QUANTA, Q101, 0),
U3G_DEV(QUANTA, Q111, 0),
U3G_DEV(QUECTEL, EC25, 0),
U3G_DEV(QUECTEL, EM05, 0),
U3G_DEV(SIERRA, AC402, 0),
U3G_DEV(SIERRA, AC595U, 0),
U3G_DEV(SIERRA, AC313U, 0),
Expand Down
1 change: 1 addition & 0 deletions sys/dev/usb/usbdevs
Expand Up @@ -3944,6 +3944,7 @@ product QUANTA RW6815R 0xf003 HP iPAQ rw6815 RNDIS

/* Quectel products */
product QUECTEL EC25 0x0125 LTE modem
product QUECTEL EM05 0x0127 LTE modem

/* Quickshot products */
product QUICKSHOT STRIKEPAD 0x6238 USB StrikePad
Expand Down

0 comments on commit 9e89269

Please sign in to comment.