mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
NO_INQUIRY is wrong for this device. Alternatively, if it is right,
it is right for only a tiny fraction of these devices and this wild-card entry is too broad. # I run a kernel without this entry at all without ill effects...
This commit is contained in:
parent
0c645b7267
commit
e952f9cf75
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ static const struct umass_devdescr umass_devdescr[] = {
|
|||
},
|
||||
{USB_VENDOR_MYSON, USB_PRODUCT_MYSON_HEDEN, RID_WILDCARD,
|
||||
UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
|
||||
NO_INQUIRY | IGNORE_RESIDUE | NO_SYNCHRONIZE_CACHE
|
||||
IGNORE_RESIDUE | NO_SYNCHRONIZE_CACHE
|
||||
},
|
||||
{USB_VENDOR_MYSON, USB_PRODUCT_MYSON_STARREADER, RID_WILDCARD,
|
||||
UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
|
||||
|
|
|
|||
Loading…
Reference in a new issue