diff options
author | 2003-05-19 01:02:39 +0000 | |
---|---|---|
committer | 2003-05-19 01:02:39 +0000 | |
commit | 541c3c4e97009ad6d6318cc3d3154325ce5e76b4 (patch) | |
tree | 93e3c42e9a613c2fa7c016f4cd7468b3c39c9e8a | |
parent | style consistency (diff) | |
download | wireguard-openbsd-541c3c4e97009ad6d6318cc3d3154325ce5e76b4.tar.xz wireguard-openbsd-541c3c4e97009ad6d6318cc3d3154325ce5e76b4.zip |
add a quirk for my trek thumbdrive
-rw-r--r-- | sys/dev/usb/umass_quirks.c | 10 |
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, |