svn commit: r206692 - in stable/8/sys/dev/usb: . serial
Kevin Lo
kevlo at FreeBSD.org
Fri Apr 16 01:53:20 UTC 2010
Author: kevlo
Date: Fri Apr 16 01:53:19 2010
New Revision: 206692
URL: http://svn.freebsd.org/changeset/base/206692
Log:
MFC r206544
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
Modified:
stable/8/sys/dev/usb/serial/u3g.c
stable/8/sys/dev/usb/usbdevs
Modified: stable/8/sys/dev/usb/serial/u3g.c
==============================================================================
--- stable/8/sys/dev/usb/serial/u3g.c Fri Apr 16 01:39:30 2010 (r206691)
+++ stable/8/sys/dev/usb/serial/u3g.c Fri Apr 16 01:53:19 2010 (r206692)
@@ -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: stable/8/sys/dev/usb/usbdevs
==============================================================================
--- stable/8/sys/dev/usb/usbdevs Fri Apr 16 01:39:30 2010 (r206691)
+++ stable/8/sys/dev/usb/usbdevs Fri Apr 16 01:53:19 2010 (r206692)
@@ -2526,6 +2526,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-stable-8
mailing list