Add support for new USB 3G device.
Submitted by: gabor@zahemszky.hu MFC after: 1 week
This commit is contained in:
parent
5c8f95d56d
commit
e17bdf9f1b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273252
@ -468,7 +468,8 @@ static const STRUCT_USB_HOST_ID u3g_devs[] = {
|
||||
U3G_DEV(QUALCOMMINC, SURFSTICK, 0),
|
||||
U3G_DEV(QUALCOMMINC, E2002, 0),
|
||||
U3G_DEV(QUALCOMMINC, E2003, 0),
|
||||
U3G_DEV(QUALCOMMINC, K3772_Z, U3GINIT_SCSIEJECT),
|
||||
U3G_DEV(QUALCOMMINC, K3772_Z, 0),
|
||||
U3G_DEV(QUALCOMMINC, K3772_Z_INIT, U3GINIT_SCSIEJECT),
|
||||
U3G_DEV(QUALCOMMINC, MF626, 0),
|
||||
U3G_DEV(QUALCOMMINC, MF628, 0),
|
||||
U3G_DEV(QUALCOMMINC, MF633R, 0),
|
||||
|
@ -3638,7 +3638,8 @@ 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 K3772_Z 0x1179 3G modem
|
||||
product QUALCOMMINC K3772_Z_INIT 0x1179 K3772-Z Initial
|
||||
product QUALCOMMINC K3772_Z 0x1181 K3772-Z
|
||||
product QUALCOMMINC ZTE_STOR 0x2000 USB ZTE Storage
|
||||
product QUALCOMMINC E2002 0x2002 3G modem
|
||||
product QUALCOMMINC E2003 0x2003 3G modem
|
||||
|
Loading…
Reference in New Issue
Block a user