mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Generalize a quirk for Asahi Optical-based cameras (i.e. Pentax). It appears
all of the Optio series have the same problems. It might be a better approach eventually to add wildcard support to USB quirks. PR: kern/50271, kern/46369 Approved by: re (rwatson)
This commit is contained in:
parent
f410510b09
commit
d6061de923
1 changed files with 1 additions and 2 deletions
|
|
@ -308,8 +308,7 @@ struct umass_devdescr_t {
|
|||
};
|
||||
|
||||
Static struct umass_devdescr_t umass_devdescrs[] = {
|
||||
{ USB_VENDOR_ASAHIOPTICAL, USB_PRODUCT_ASAHIOPTICAL_OPTIO230,
|
||||
RID_WILDCARD,
|
||||
{ USB_VENDOR_ASAHIOPTICAL, PID_WILDCARD, RID_WILDCARD,
|
||||
UMASS_PROTO_ATAPI | UMASS_PROTO_CBI_I,
|
||||
RS_NO_CLEAR_UA
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue