Add a NO_SYNCHRONIZE_CACHE quirk for an AIPTEK2
part identified as Sunplus Technology Inc. This happens to sit in a Rosewill RX81U-ES-25A 2.5" SATA to USB 2.0 external enclosure. Reviewed by: Hans Petter Selasky
This commit is contained in:
parent
cb806389db
commit
b1e4b9fcc4
@ -396,6 +396,10 @@ static const struct umass_devdescr umass_devdescr[] = {
|
||||
UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
|
||||
NO_QUIRKS
|
||||
},
|
||||
{USB_VENDOR_AIPTEK2, USB_PRODUCT_AIPTEK2_SUNPLUS_TECH, RID_WILDCARD,
|
||||
UMASS_PROTO_DEFAULT,
|
||||
NO_SYNCHRONIZE_CACHE
|
||||
},
|
||||
{USB_VENDOR_ALCOR, USB_PRODUCT_ALCOR_AU6390, RID_WILDCARD,
|
||||
UMASS_PROTO_DEFAULT,
|
||||
NO_SYNCHRONIZE_CACHE
|
||||
|
@ -805,6 +805,7 @@ product AINCOMM AWU2000B 0x1001 AWU2000B Wireless Adapter
|
||||
/* AIPTEK products */
|
||||
product AIPTEK POCKETCAM3M 0x2011 PocketCAM 3Mega
|
||||
product AIPTEK2 PENCAM_MEGA_1_3 0x504a PenCam Mega 1.3
|
||||
product AIPTEK2 SUNPLUS_TECH 0x0c15 Sunplus Technology Inc.
|
||||
|
||||
/* AirPrime products */
|
||||
product AIRPRIME PC5220 0x0112 CDMA Wireless PC Card
|
||||
|
Loading…
Reference in New Issue
Block a user