diff options
author | kevlo <kevlo@FreeBSD.org> | 2012-04-21 14:30:51 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2012-04-21 14:30:51 +0000 |
commit | f0d020b352a443dd16f5edd34944954eb135d027 (patch) | |
tree | 9150179f81864f86be83d5540c7ccbf424ab5a6e /sys/dev/usb/serial/u3g.c | |
parent | efe12312b4b1263d96d02aa53fb90be7f11e3ed8 (diff) | |
download | FreeBSD-src-f0d020b352a443dd16f5edd34944954eb135d027.zip FreeBSD-src-f0d020b352a443dd16f5edd34944954eb135d027.tar.gz |
Add support for the SIMCom SIM5218, tested by me.
Diffstat (limited to 'sys/dev/usb/serial/u3g.c')
-rw-r--r-- | sys/dev/usb/serial/u3g.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/serial/u3g.c b/sys/dev/usb/serial/u3g.c index 6ed6401..f23e6c5 100644 --- a/sys/dev/usb/serial/u3g.c +++ b/sys/dev/usb/serial/u3g.c @@ -354,6 +354,7 @@ static const STRUCT_USB_HOST_ID u3g_devs[] = { U3G_DEV(QISDA, H21_2, 0), U3G_DEV(QUALCOMM2, AC8700, 0), U3G_DEV(QUALCOMM2, MF330, 0), + U3G_DEV(QUALCOMM2, SIM5218, 0), U3G_DEV(QUALCOMM2, VW110L, U3GINIT_SCSIEJECT), U3G_DEV(QUALCOMMINC, AC2726, 0), U3G_DEV(QUALCOMMINC, AC8700, 0), |