svn commit: r193171 - in head/sys/dev/usb: . storage

Daniel Eischen deischen at FreeBSD.org
Sun May 31 14:48:53 UTC 2009


Author: deischen
Date: Sun May 31 14:48:51 2009
New Revision: 193171
URL: http://svn.freebsd.org/changeset/base/193171

Log:
  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

Modified:
  head/sys/dev/usb/storage/umass.c
  head/sys/dev/usb/usbdevs

Modified: head/sys/dev/usb/storage/umass.c
==============================================================================
--- head/sys/dev/usb/storage/umass.c	Sun May 31 13:52:17 2009	(r193170)
+++ head/sys/dev/usb/storage/umass.c	Sun May 31 14:48:51 2009	(r193171)
@@ -396,6 +396,10 @@ static const struct umass_devdescr umass
 		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

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Sun May 31 13:52:17 2009	(r193170)
+++ head/sys/dev/usb/usbdevs	Sun May 31 14:48:51 2009	(r193171)
@@ -805,6 +805,7 @@ product AINCOMM AWU2000B	0x1001	AWU2000B
 /* 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


More information about the svn-src-all mailing list