diff options
author | hselasky <hselasky@FreeBSD.org> | 2015-03-07 17:11:07 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2015-03-07 17:11:07 +0000 |
commit | 6ceab54f74406ca27adc2fd7e93cff6b9d680f1b (patch) | |
tree | 72a6469d6b72b4f61b250351e8b3602fd5bd1c3b /sys/dev/usb/serial | |
parent | 550c116c702749dbb815eb45b23be45cebc2bddf (diff) | |
download | FreeBSD-src-6ceab54f74406ca27adc2fd7e93cff6b9d680f1b.zip FreeBSD-src-6ceab54f74406ca27adc2fd7e93cff6b9d680f1b.tar.gz |
Add more USB IDs.
PR: 197753
MFC after: 1 week
Diffstat (limited to 'sys/dev/usb/serial')
-rw-r--r-- | sys/dev/usb/serial/u3g.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/serial/u3g.c b/sys/dev/usb/serial/u3g.c index c2d65c7..cd4cc1e 100644 --- a/sys/dev/usb/serial/u3g.c +++ b/sys/dev/usb/serial/u3g.c @@ -482,6 +482,8 @@ static const STRUCT_USB_HOST_ID u3g_devs[] = { U3G_DEV(QUALCOMMINC, MF626, 0), U3G_DEV(QUALCOMMINC, MF628, 0), U3G_DEV(QUALCOMMINC, MF633R, 0), + /* the following is a RNDIS device, no modem features */ + U3G_DEV(QUALCOMMINC, ZTE_MF730M, U3GINIT_SCSIEJECT), U3G_DEV(QUANTA, GKE, 0), U3G_DEV(QUANTA, GLE, 0), U3G_DEV(QUANTA, GLX, 0), |