1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

Specify the correct protocol for the Olympus C-1 camera. It appears

that this entry was accidentally given the wrong protocol in revision
1.61.

PR:		kern/42417
Submitted by:	"Moriki, Toshiomi" <toshiomi@whi.m-net.ne.jp>
This commit is contained in:
Ian Dowse 2002-11-01 01:13:20 +00:00
parent 48eea37508
commit 9ce4f7a0f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106278

View File

@ -346,7 +346,7 @@ Static struct umass_devdescr_t umass_devdescrs[] = {
NO_TEST_UNIT_READY | NO_START_STOP
},
{ USB_VENDOR_OLYMPUS, USB_PRODUCT_OLYMPUS_C1, RID_WILDCARD,
UMASS_PROTO_ATAPI | UMASS_PROTO_CBI_I,
UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
WRONG_CSWSIG
},
{ USB_VENDOR_SCANLOGIC, USB_PRODUCT_SCANLOGIC_SL11R, RID_WILDCARD,