svn commit: r200327 - stable/8/sys/dev/usb/storage
Andrew Thompson
thompsa at FreeBSD.org
Wed Dec 9 14:36:16 PST 2009
Author: thompsa
Date: Wed Dec 9 22:36:16 2009
New Revision: 200327
URL: http://svn.freebsd.org/changeset/base/200327
Log:
MFC r199062
Correct Olympus quirk.
Submitted by: Pavel Gubin
Modified:
stable/8/sys/dev/usb/storage/umass.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
stable/8/sys/dev/xen/xenpci/ (props changed)
Modified: stable/8/sys/dev/usb/storage/umass.c
==============================================================================
--- stable/8/sys/dev/usb/storage/umass.c Wed Dec 9 22:35:08 2009 (r200326)
+++ stable/8/sys/dev/usb/storage/umass.c Wed Dec 9 22:36:16 2009 (r200327)
@@ -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-stable
mailing list