diff options
author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2014-11-07 11:04:27 +0000 |
---|---|---|
committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2014-11-07 11:04:27 +0000 |
commit | e470cd2382b766b7feeed8a371169a0e6174faca (patch) | |
tree | 970d71a4dfeab8d83871e0f91182d77fe1a301e9 /sys | |
parent | 4032b02a603453247529fb7288aabf113e3a62fd (diff) | |
download | src-e470cd2382b766b7feeed8a371169a0e6174faca.tar.gz src-e470cd2382b766b7feeed8a371169a0e6174faca.zip |
Add new USB IDs.
Submitted by: G'abor Zahemszky <gabor@zahemszky.hu>
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=274227
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/serial/u3g.c | 2 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/serial/u3g.c b/sys/dev/usb/serial/u3g.c index 13fc0e389401..3fa951168e87 100644 --- a/sys/dev/usb/serial/u3g.c +++ b/sys/dev/usb/serial/u3g.c @@ -470,6 +470,8 @@ static const STRUCT_USB_HOST_ID u3g_devs[] = { U3G_DEV(QUALCOMMINC, E2003, 0), U3G_DEV(QUALCOMMINC, K3772_Z, 0), U3G_DEV(QUALCOMMINC, K3772_Z_INIT, U3GINIT_SCSIEJECT), + U3G_DEV(QUALCOMMINC, MF195E, 0), + U3G_DEV(QUALCOMMINC, MF195E_INIT, U3GINIT_SCSIEJECT), U3G_DEV(QUALCOMMINC, MF626, 0), U3G_DEV(QUALCOMMINC, MF628, 0), U3G_DEV(QUALCOMMINC, MF633R, 0), diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 3150ecf12f23..8e5f6a4f28c6 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -3642,6 +3642,8 @@ product QUALCOMMINC E0086 0x0086 3G modem product QUALCOMMINC SURFSTICK 0x0117 1&1 Surf Stick product QUALCOMMINC K3772_Z_INIT 0x1179 K3772-Z Initial product QUALCOMMINC K3772_Z 0x1181 K3772-Z +product QUALCOMMINC MF195E_INIT 0x1514 MF195E initial +product QUALCOMMINC MF195E 0x1516 MF195E product QUALCOMMINC ZTE_STOR 0x2000 USB ZTE Storage product QUALCOMMINC E2002 0x2002 3G modem product QUALCOMMINC E2003 0x2003 3G modem |