summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorNathan Binkert <nate@cvs.openbsd.org>2003-05-18 18:22:24 +0000
committerNathan Binkert <nate@cvs.openbsd.org>2003-05-18 18:22:24 +0000
commit536b0a768d2e81733ebb3f937834bc339f0f4628 (patch)
tree78f5488bd9dbeb1f6ef8bf80124c416042e29bdf /sys/dev/usb
parent3c6a67069a7e17d3cc88536aec2ef8e0ad376f40 (diff)
add a quirk for the Imation FlashGo adapter to make it shut up
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/umass_quirks.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/usb/umass_quirks.c b/sys/dev/usb/umass_quirks.c
index c4fd12ef3cd..ab0fdea996e 100644
--- a/sys/dev/usb/umass_quirks.c
+++ b/sys/dev/usb/umass_quirks.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: umass_quirks.c,v 1.4 2003/05/18 18:13:01 nate Exp $ */
+/* $OpenBSD: umass_quirks.c,v 1.5 2003/05/18 18:22:23 nate Exp $ */
/* $NetBSD: umass_quirks.c,v 1.39 2003/05/08 15:19:47 augustss Exp $ */
/*
@@ -112,6 +112,14 @@ Static const struct umass_quirk umass_quirks[] = {
NULL, NULL
},
+ { { USB_VENDOR_IMATION, USB_PRODUCT_IMATION_FLASHGO },
+ UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC,
+ 0,
+ PQUIRK_NODOORLOCK,
+ UMATCH_DEVCLASS_DEVSUBCLASS_DEVPROTO,
+ NULL, NULL
+ },
+
{ { USB_VENDOR_INSYSTEM, USB_PRODUCT_INSYSTEM_ADAPTERV2 },
UMASS_WPROTO_BBB, UMASS_CPROTO_ISD_ATA,
0,