summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-03-22 13:17:46 +0000
committerimp <imp@FreeBSD.org>2009-03-22 13:17:46 +0000
commit38c0b9bdc0381bfdfe1d77e02199d257bdc50dba (patch)
tree94c4b72a0e3da2b89818346877fa15273a11dbf1
parent4a181a2befa386930e514801b20de7d173c3f4a7 (diff)
downloadFreeBSD-src-38c0b9bdc0381bfdfe1d77e02199d257bdc50dba.zip
FreeBSD-src-38c0b9bdc0381bfdfe1d77e02199d257bdc50dba.tar.gz
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...
-rw-r--r--sys/dev/usb/storage/umass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/storage/umass.c b/sys/dev/usb/storage/umass.c
index 1b93f51..6ee17bf 100644
--- a/sys/dev/usb/storage/umass.c
+++ b/sys/dev/usb/storage/umass.c
@@ -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,
OpenPOWER on IntegriCloud