summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorNathan Binkert <nate@cvs.openbsd.org>2003-05-19 01:02:40 +0000
committerNathan Binkert <nate@cvs.openbsd.org>2003-05-19 01:02:40 +0000
commit7e7cb775065e1bb810c30700eac4d428199b5bd1 (patch)
tree0ca8a2e7f74e4c8a28e1e178967614787f7a3d1a /sys/dev
parentcbe085d5dfee90844b5f3e9ab7071726f0d3a9f2 (diff)
add a quirk for my trek thumbdrive
Diffstat (limited to 'sys/dev')
-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 ab0fdea996e..887ffdcb87f 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.5 2003/05/18 18:22:23 nate Exp $ */
+/* $OpenBSD: umass_quirks.c,v 1.6 2003/05/19 01:02:39 nate Exp $ */
/* $NetBSD: umass_quirks.c,v 1.39 2003/05/08 15:19:47 augustss Exp $ */
/*
@@ -400,6 +400,14 @@ Static const struct umass_quirk umass_quirks[] = {
NULL, NULL
},
+ { { USB_VENDOR_TREK, USB_PRODUCT_TREK_THUMBDRIVE_8MB },
+ UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC,
+ 0,
+ PQUIRK_NODOORLOCK,
+ UMATCH_DEVCLASS_DEVSUBCLASS_DEVPROTO,
+ NULL, NULL
+ },
+
{ { USB_VENDOR_TRUMPION, USB_PRODUCT_TRUMPION_XXX1100 },
UMASS_WPROTO_CBI, UMASS_CPROTO_ATAPI,
0,