summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2010-04-13 06:27:02 +0000
committerkevlo <kevlo@FreeBSD.org>2010-04-13 06:27:02 +0000
commit57fe2192005167a2ac8f6f1a327f825c7fee271c (patch)
tree76581e7a8339edf8b1385d77db186355b9bf0896
parentaf4d5feefb22a736634012f3e79ea148fe97d564 (diff)
downloadFreeBSD-src-57fe2192005167a2ac8f6f1a327f825c7fee271c.zip
FreeBSD-src-57fe2192005167a2ac8f6f1a327f825c7fee271c.tar.gz
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
-rw-r--r--sys/dev/usb/serial/u3g.c1
-rw-r--r--sys/dev/usb/usbdevs1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/serial/u3g.c b/sys/dev/usb/serial/u3g.c
index 0d218d5..7ac1bd3 100644
--- a/sys/dev/usb/serial/u3g.c
+++ b/sys/dev/usb/serial/u3g.c
@@ -501,6 +501,7 @@ static const struct usb_device_id u3g_devs[] = {
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
};
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index e412851..4cf2891 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -2519,6 +2519,7 @@ product QUALCOMMINC E2003 0x2003 3G modem
/* 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
OpenPOWER on IntegriCloud