mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add support for the Trumpion/Comotron C3310 MP3 player.
This commit is contained in:
parent
d4dbba5f83
commit
3589f4d21c
2 changed files with 8 additions and 0 deletions
|
|
@ -449,6 +449,10 @@ Static struct umass_devdescr_t umass_devdescrs[] = {
|
|||
UMASS_PROTO_ATAPI | UMASS_PROTO_BBB,
|
||||
IGNORE_RESIDUE
|
||||
},
|
||||
{ USB_VENDOR_TRUMPION, USB_PRODUCT_TRUMPION_C3310, RID_WILDCARD,
|
||||
UMASS_PROTO_UFI | UMASS_PROTO_CBI,
|
||||
NO_QUIRKS
|
||||
},
|
||||
{ USB_VENDOR_WESTERN, USB_PRODUCT_WESTERN_EXTHDD, RID_WILDCARD,
|
||||
UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
|
||||
FORCE_SHORT_INQUIRY | NO_START_STOP | IGNORE_RESIDUE
|
||||
|
|
|
|||
|
|
@ -380,6 +380,7 @@ vendor BILLIONTON 0x08dd Billionton Systems
|
|||
vendor EXTENDED 0x08e9 Extended Systems
|
||||
vendor MSYSTEMS 0x08ec M-Systems
|
||||
vendor AUTHENTEC 0x08ff AuthenTec
|
||||
vendor TRUMPION 0x090a Trumpion Microelectronics
|
||||
vendor ALATION 0x0910 Alation Systems
|
||||
vendor GOHUBS 0x0921 GoHubs
|
||||
vendor BIOMETRIC 0x0929 American Biometric Company
|
||||
|
|
@ -1395,6 +1396,9 @@ product TOSHIBA POCKETPC_E740 0x0706 PocketPC e740
|
|||
product TREK THUMBDRIVE 0x1111 ThumbDrive
|
||||
product TREK THUMBDRIVE_8MB 0x9988 ThumbDrive_8MB
|
||||
|
||||
/* Trumpion products */
|
||||
product TRUMPION C3310 0x1100 Comotron C3310 MP3 player
|
||||
|
||||
/* Ultima products */
|
||||
product ULTIMA 1200UBPLUS 0x4002 1200 UB Plus scanner
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue