diff options
author | n_hibma <n_hibma@FreeBSD.org> | 2011-01-20 13:02:54 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 2011-01-20 13:02:54 +0000 |
commit | 356e59b3b8453b599bdc4c31f822557238dbb54b (patch) | |
tree | e0acbffb02ba7dd130513e057bb3674feecd77d0 /sys/dev/usb | |
parent | 1f656fbfdb79ab37bc3ce1f955edbf566de236fa (diff) | |
download | FreeBSD-src-356e59b3b8453b599bdc4c31f822557238dbb54b.zip FreeBSD-src-356e59b3b8453b599bdc4c31f822557238dbb54b.tar.gz |
Add another ID for the ZTE MF190 Surf Stick
Submitted by: nagilum
MFC after: 1 day
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/serial/u3g.c | 1 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/serial/u3g.c b/sys/dev/usb/serial/u3g.c index 29514e9..88e5461 100644 --- a/sys/dev/usb/serial/u3g.c +++ b/sys/dev/usb/serial/u3g.c @@ -415,6 +415,7 @@ static const struct usb_device_id u3g_devs[] = { U3G_DEV(QUALCOMMINC, E0078, 0), U3G_DEV(QUALCOMMINC, E0082, 0), U3G_DEV(QUALCOMMINC, E0086, 0), + U3G_DEV(QUALCOMMINC, SURFSTICK, 0), U3G_DEV(QUALCOMMINC, E2002, 0), U3G_DEV(QUALCOMMINC, E2003, 0), U3G_DEV(QUALCOMMINC, MF626, 0), diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index e4fb582..7437158 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -2695,6 +2695,7 @@ product QUALCOMMINC E0076 0x0076 3G modem product QUALCOMMINC E0078 0x0078 3G modem product QUALCOMMINC E0082 0x0082 3G modem product QUALCOMMINC E0086 0x0086 3G modem +product QUALCOMMINC SURFSTICK 0x0117 1&1 Surf Stick product QUALCOMMINC ZTE_STOR 0x2000 USB ZTE Storage product QUALCOMMINC E2002 0x2002 3G modem product QUALCOMMINC E2003 0x2003 3G modem |