Quirk for Pentax Optio 230 USB camera. Note that other products probably
use the underlying AsahiOptical USB chip and thus this quirk may need to be generalized in the future. PR: kern/46369 Submitted by: Tim Vanderhoek <vanderh@ecf.utoronto.ca> MFC After: 3 days
This commit is contained in:
parent
0bb11d1227
commit
e714ae83be
@ -444,6 +444,15 @@ static struct da_quirk_entry da_quirk_table[] =
|
||||
*/
|
||||
{T_DIRECT, SIP_MEDIA_REMOVABLE, "LEXAR", "DIGITAL FILM", "*"},
|
||||
/*quirks*/ DA_Q_NO_6_BYTE
|
||||
},
|
||||
{
|
||||
/*
|
||||
* Pentax USB Optio 230 camera
|
||||
* PR: kern/46369
|
||||
*/
|
||||
{T_DIRECT, SIP_MEDIA_REMOVABLE,
|
||||
"PENTAX", "DIGITAL_CAMERA", "*"},
|
||||
/*quirks*/ DA_Q_NO_6_BYTE
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -322,6 +322,11 @@ struct umass_devdescr_t {
|
||||
};
|
||||
|
||||
Static struct umass_devdescr_t umass_devdescrs[] = {
|
||||
{ USB_VENDOR_ASAHIOPTICAL, USB_PRODUCT_ASAHIOPTICAL_OPTIO230,
|
||||
RID_WILDCARD,
|
||||
UMASS_PROTO_ATAPI | UMASS_PROTO_CBI_I,
|
||||
RS_NO_CLEAR_UA
|
||||
},
|
||||
{ USB_VENDOR_FUJIPHOTO, USB_PRODUCT_FUJIPHOTO_MASS0100, RID_WILDCARD,
|
||||
UMASS_PROTO_ATAPI | UMASS_PROTO_CBI_I,
|
||||
RS_NO_CLEAR_UA
|
||||
|
Loading…
x
Reference in New Issue
Block a user