diff options
author | kevlo <kevlo@FreeBSD.org> | 2010-04-13 06:27:02 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2010-04-13 06:27:02 +0000 |
commit | 57fe2192005167a2ac8f6f1a327f825c7fee271c (patch) | |
tree | 76581e7a8339edf8b1385d77db186355b9bf0896 /sys/dev/usb/serial/u3g.c | |
parent | af4d5feefb22a736634012f3e79ea148fe97d564 (diff) | |
download | FreeBSD-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
Diffstat (limited to 'sys/dev/usb/serial/u3g.c')
-rw-r--r-- | sys/dev/usb/serial/u3g.c | 1 |
1 files changed, 1 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 }; |