mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 21:18:59 +00:00
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
This commit is contained in:
parent
0988266155
commit
504cfaf891
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203507
@ -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
|
||||
};
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user