Date: Sun, 8 Nov 2009 21:08:50 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r199062 - head/sys/dev/usb/storage Message-ID: <200911082108.nA8L8oKO098071@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911082108.nA8L8oKO098071>