summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/storage
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-11-08 21:08:50 +0000
committerthompsa <thompsa@FreeBSD.org>2009-11-08 21:08:50 +0000
commit194a571c6ef99f14fbf508b9eea71e45d8026d40 (patch)
tree69323ab2c64d78d2db0b69ec8b39ffcba6bab323 /sys/dev/usb/storage
parentfd85a549c69988a4b75f115f7b91b78243369189 (diff)
downloadFreeBSD-src-194a571c6ef99f14fbf508b9eea71e45d8026d40.zip
FreeBSD-src-194a571c6ef99f14fbf508b9eea71e45d8026d40.tar.gz
Correct Olympus quirk.
Submitted by: Pavel Gubin
Diffstat (limited to 'sys/dev/usb/storage')
-rw-r--r--sys/dev/usb/storage/umass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/storage/umass.c b/sys/dev/usb/storage/umass.c
index 9321516..18756c9 100644
--- a/sys/dev/usb/storage/umass.c
+++ b/sys/dev/usb/storage/umass.c
@@ -679,7 +679,7 @@ static const struct umass_devdescr umass_devdescr[] = {
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,
OpenPOWER on IntegriCloud