diff options
author | thompsa <thompsa@FreeBSD.org> | 2010-02-05 01:47:43 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2010-02-05 01:47:43 +0000 |
commit | 6d2c821afe54bd7c93679437db28b5e45052016b (patch) | |
tree | be4a0a98536f698636892dccdc62fb3c331bf50b /sys/dev | |
parent | 014ad16359fd8561e07cdfb41ced1a1f081d059d (diff) | |
download | FreeBSD-src-6d2c821afe54bd7c93679437db28b5e45052016b.zip FreeBSD-src-6d2c821afe54bd7c93679437db28b5e45052016b.tar.gz |
The ZTE MF633R modem has a different type of cdrom driver disk, add the product
ID and use a standard scsi eject.
Reported by: Patrick Lamaiziere
MFC after: 3 days
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/serial/u3g.c | 1 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/serial/u3g.c b/sys/dev/usb/serial/u3g.c index 4e92ac3..0c67ed8 100644 --- a/sys/dev/usb/serial/u3g.c +++ b/sys/dev/usb/serial/u3g.c @@ -498,6 +498,7 @@ static const struct usb_device_id u3g_devs[] = { U3G_DEV(NOVATEL, ZEROCD, U3GINIT_SCSIEJECT), U3G_DEV(OPTION, GTICON322, U3GINIT_REZERO), U3G_DEV(QUALCOMMINC, ZTE_STOR, U3GINIT_ZTESTOR), + U3G_DEV(QUALCOMMINC, ZTE_STOR2, U3GINIT_SCSIEJECT), U3G_DEV(SIERRA, TRUINSTALL, U3GINIT_SIERRA), #undef U3G_DEV }; diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 81a75ee..03f3108 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -2456,6 +2456,7 @@ product QUALCOMMINC E0048 0x0048 3G modem product QUALCOMMINC E0049 0x0049 3G modem product QUALCOMMINC E0051 0x0051 3G modem product QUALCOMMINC E0052 0x0052 3G modem +product QUALCOMMINC ZTE_STOR2 0x0053 USB ZTE Storage product QUALCOMMINC E0054 0x0054 3G modem product QUALCOMMINC E0055 0x0055 3G modem product QUALCOMMINC E0057 0x0057 3G modem |