Add USB mass storage quirk for device that emits errors after the automatic

no synchronize cache detection.

Submitted by:	Scott Allendorf
MFC after:	3 days
This commit is contained in:
Hans Petter Selasky 2011-10-10 16:26:06 +00:00
parent 4d2472aa7b
commit 1984dc56b2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226221
2 changed files with 6 additions and 0 deletions

View File

@ -464,6 +464,7 @@ static struct usb_quirk_entry usb_quirks[USB_DEV_QUIRKS_MAX] = {
*/ */
USB_QUIRK(FEIYA, DUMMY, 0x0000, 0xffff, UQ_MSC_NO_SYNC_CACHE, UQ_MATCH_VENDOR_ONLY), USB_QUIRK(FEIYA, DUMMY, 0x0000, 0xffff, UQ_MSC_NO_SYNC_CACHE, UQ_MATCH_VENDOR_ONLY),
USB_QUIRK(REALTEK, DUMMY, 0x0000, 0xffff, UQ_MSC_NO_SYNC_CACHE, UQ_MATCH_VENDOR_ONLY), USB_QUIRK(REALTEK, DUMMY, 0x0000, 0xffff, UQ_MSC_NO_SYNC_CACHE, UQ_MATCH_VENDOR_ONLY),
USB_QUIRK(INITIO, DUMMY, 0x0000, 0xffff, UQ_MSC_NO_SYNC_CACHE, UQ_MATCH_VENDOR_ONLY),
}; };
#undef USB_QUIRK_VP #undef USB_QUIRK_VP
#undef USB_QUIRK #undef USB_QUIRK

View File

@ -606,6 +606,7 @@ vendor BALTECH 0x13ad Baltech
vendor CISCOLINKSYS 0x13b1 Cisco-Linksys vendor CISCOLINKSYS 0x13b1 Cisco-Linksys
vendor SHARK 0x13d2 Shark vendor SHARK 0x13d2 Shark
vendor AZUREWAVE 0x13d3 AsureWave vendor AZUREWAVE 0x13d3 AsureWave
vendor INITIO 0x13fd Initio Corporation
vendor EMTEC 0x13fe Emtec vendor EMTEC 0x13fe Emtec
vendor NOVATEL 0x1410 Novatel Wireless vendor NOVATEL 0x1410 Novatel Wireless
vendor MERLIN 0x1416 Merlin vendor MERLIN 0x1416 Merlin
@ -1887,6 +1888,10 @@ product IBM USBCDROMDRIVE 0x4427 USB CD-ROM Drive
/* Imagination Technologies products */ /* Imagination Technologies products */
product IMAGINATION DBX1 0x2107 DBX1 DSP core product IMAGINATION DBX1 0x2107 DBX1 DSP core
/* Initio Corporation products */
product INITIO DUMMY 0x0000 Dummy product
product INITIO INIC_1610P 0x1e40 USB to SATA Bridge
/* Inside Out Networks products */ /* Inside Out Networks products */
product INSIDEOUT EDGEPORT4 0x0001 EdgePort/4 serial ports product INSIDEOUT EDGEPORT4 0x0001 EdgePort/4 serial ports