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

Kevin Lo kevlo at FreeBSD.org
Tue Apr 13 06:27:02 UTC 2010


Author: kevlo
Date: Tue Apr 13 06:27:02 2010
New Revision: 206544
URL: http://svn.freebsd.org/changeset/base/206544

Log:
  The Quanta Q101 modem has a different type of cdrom driver disk,
  add the product id and use a standard scsi eject.
  
  Reviewed by:	thompsa
  MFC after:	3 days

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	Tue Apr 13 06:05:15 2010	(r206543)
+++ head/sys/dev/usb/serial/u3g.c	Tue Apr 13 06:27:02 2010	(r206544)
@@ -501,6 +501,7 @@ static const struct usb_device_id u3g_de
 	U3G_DEV(OPTION, GTICON322, U3GINIT_REZERO),
 	U3G_DEV(QUALCOMMINC, ZTE_STOR, U3GINIT_ZTESTOR),
 	U3G_DEV(QUALCOMMINC, ZTE_STOR2, U3GINIT_SCSIEJECT),
+	U3G_DEV(QUANTA, Q101_STOR, U3GINIT_SCSIEJECT),
 	U3G_DEV(SIERRA, TRUINSTALL, U3GINIT_SIERRA),
 #undef	U3G_DEV
 };

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Tue Apr 13 06:05:15 2010	(r206543)
+++ head/sys/dev/usb/usbdevs	Tue Apr 13 06:27:02 2010	(r206544)
@@ -2519,6 +2519,7 @@ product QUALCOMMINC E2003	0x2003	3G mode
 /* Quanta products */
 product QUANTA RW6815_1		0x00ce	HP iPAQ rw6815
 product QUANTA RT3070		0x0304	RT3070
+product QUANTA Q101_STOR	0x1000	USB Q101 Storage
 product QUANTA Q101		0xea02	HSDPA modem
 product QUANTA Q111		0xea03	HSDPA modem
 product QUANTA GLX		0xea04	HSDPA modem


More information about the svn-src-all mailing list