svn commit: r273252 - in head/sys/dev/usb: . serial

Hans Petter Selasky hselasky at FreeBSD.org
Sat Oct 18 15:11:14 UTC 2014


Author: hselasky
Date: Sat Oct 18 15:11:13 2014
New Revision: 273252
URL: https://svnweb.freebsd.org/changeset/base/273252

Log:
  Add support for new USB 3G device.
  
  Submitted by:	gabor at zahemszky.hu
  MFC after:	1 week

Modified:
  head/sys/dev/usb/serial/u3g.c
  head/sys/dev/usb/usbdevs

Modified: head/sys/dev/usb/serial/u3g.c
==============================================================================
--- head/sys/dev/usb/serial/u3g.c	Sat Oct 18 13:38:04 2014	(r273251)
+++ head/sys/dev/usb/serial/u3g.c	Sat Oct 18 15:11:13 2014	(r273252)
@@ -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),

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Sat Oct 18 13:38:04 2014	(r273251)
+++ head/sys/dev/usb/usbdevs	Sat Oct 18 15:11:13 2014	(r273252)
@@ -3638,7 +3638,8 @@ product QUALCOMMINC E0078	0x0078	3G mode
 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


More information about the svn-src-head mailing list