summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2003-12-03 09:11:38 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2003-12-03 09:11:38 +0000
commit1cd0f6de6e815450399e1aa29849f4702bee0e48 (patch)
tree3a67a5501ad6ce8586247a8eccf7be79ef6b30cc
parent1b191c106ca842fc37f4320255ae1ba9a962e98b (diff)
my USB_PRODUCT_SHUTTLE_EUSB needs PQUIRK_NOSENSE; ok henning
-rw-r--r--sys/dev/usb/umass_quirks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/umass_quirks.c b/sys/dev/usb/umass_quirks.c
index 14093160e53..0bb484e5893 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.7 2003/11/27 12:35:58 henning Exp $ */
+/* $OpenBSD: umass_quirks.c,v 1.8 2003/12/03 09:11:37 markus Exp $ */
/* $NetBSD: umass_quirks.c,v 1.39 2003/05/08 15:19:47 augustss Exp $ */
/*
@@ -347,7 +347,7 @@ Static const struct umass_quirk umass_quirks[] = {
{ { USB_VENDOR_SHUTTLE, USB_PRODUCT_SHUTTLE_EUSB },
UMASS_WPROTO_CBI_I, UMASS_CPROTO_ATAPI,
UMASS_QUIRK_NO_START_STOP,
- PQUIRK_NOTUR,
+ PQUIRK_NOTUR | PQUIRK_NOSENSE,
UMATCH_VENDOR_PRODUCT,
umass_init_shuttle, NULL
},