svn commit: r199062 - head/sys/dev/usb/storage

Andrew Thompson thompsa at FreeBSD.org
Sun Nov 8 21:08:50 UTC 2009


Author: thompsa
Date: Sun Nov  8 21:08:50 2009
New Revision: 199062
URL: http://svn.freebsd.org/changeset/base/199062

Log:
  Correct Olympus quirk.
  
  Submitted by:	Pavel Gubin

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

Modified: head/sys/dev/usb/storage/umass.c
==============================================================================
--- head/sys/dev/usb/storage/umass.c	Sun Nov  8 21:07:47 2009	(r199061)
+++ head/sys/dev/usb/storage/umass.c	Sun Nov  8 21:08:50 2009	(r199062)
@@ -679,7 +679,7 @@ static const struct umass_devdescr umass
 		WRONG_CSWSIG
 	},
 	{USB_VENDOR_OLYMPUS, USB_PRODUCT_OLYMPUS_C700, RID_WILDCARD,
-		UMASS_PROTO_SCSI,
+		UMASS_PROTO_DEFAULT,
 		NO_GETMAXLUN
 	},
 	{USB_VENDOR_ONSPEC, USB_PRODUCT_ONSPEC_SDS_HOTFIND_D, RID_WILDCARD,


More information about the svn-src-all mailing list