mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 10:52:50 +00:00
MFC r342549:
Add USB quirk for SPL Crimson Rev 1. PR: 234380 Sponsored by: Mellanox Technologies
This commit is contained in:
parent
ec1fc7a966
commit
3604972f42
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=342727
@ -522,6 +522,7 @@ static struct usb_quirk_entry usb_quirks[USB_DEV_QUIRKS_MAX] = {
|
||||
USB_QUIRK(MAUDIO, FASTTRACKULTRA, 0x0000, 0xffff, UQ_AU_VENDOR_CLASS),
|
||||
USB_QUIRK(MAUDIO, FASTTRACKULTRA8R, 0x0000, 0xffff, UQ_AU_VENDOR_CLASS),
|
||||
USB_QUIRK(CMEDIA, CM6206, 0x0000, 0xffff, UQ_AU_SET_SPDIF_CM6206),
|
||||
USB_QUIRK(PLOYTEC, SPL_CRIMSON_1, 0x0000, 0xffff, UQ_CFG_INDEX_1),
|
||||
|
||||
/*
|
||||
* Quirks for manufacturers which USB devices does not respond
|
||||
|
@ -488,6 +488,7 @@ vendor ASAHIOPTICAL 0x0a17 Asahi Optical
|
||||
vendor BOCASYSTEMS 0x0a43 Boca Systems
|
||||
vendor SHANTOU 0x0a46 ShanTou
|
||||
vendor MEDIAGEAR 0x0a48 MediaGear
|
||||
vendor PLOYTEC 0x0a4a Ploytec GmbH
|
||||
vendor BROADCOM 0x0a5c Broadcom
|
||||
vendor GREENHOUSE 0x0a6b GREENHOUSE
|
||||
vendor MEDELI 0x0a67 Medeli
|
||||
@ -3574,6 +3575,9 @@ product PLANEX2 GWUSNANO 0xab28 GW-USNano
|
||||
/* Plextor Corp. */
|
||||
product PLEXTOR 40_12_40U 0x0011 PlexWriter 40/12/40U
|
||||
|
||||
/* Ploytec GmbH */
|
||||
product PLOYTEC SPL_CRIMSON_1 0xc150 SPL Crimson Revision 1
|
||||
|
||||
/* PLX products */
|
||||
product PLX TESTBOARD 0x9060 test board
|
||||
product PLX CA42 0xac70 CA-42
|
||||
|
Loading…
Reference in New Issue
Block a user