mirror of
https://github.com/opnsense/src.git
synced 2026-03-26 12:43:12 -04:00
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
This commit is contained in:
parent
2d2fef10c5
commit
499a07ef68
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
|
|
@ -2526,6 +2526,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
|
||||
|
|
|
|||
Loading…
Reference in a new issue