diff options
| author | nathanw <nathanw@NetBSD.org> | 2002-09-10 16:52:48 +0000 |
|---|---|---|
| committer | nathanw <nathanw@NetBSD.org> | 2002-09-10 16:52:48 +0000 |
| commit | cdee09ffbb80bfbecf5513fea17cfdc3d177afeb (patch) | |
| tree | 0ddc972fcb90903acbdfdcb3f5ff4f93bb0d0808 /sys/dev | |
| parent | db439ed8784de4223ff76cf889be1dda9514d85d (diff) | |
At least some versions of the M-Systems DiskOnKey also need
UMASS_QUIRK_NO_MAX_LUN.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/umass_quirks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/umass_quirks.c b/sys/dev/usb/umass_quirks.c index f95562780c4..73150315c29 100644 --- a/sys/dev/usb/umass_quirks.c +++ b/sys/dev/usb/umass_quirks.c @@ -1,4 +1,4 @@ -/* $NetBSD: umass_quirks.c,v 1.18 2002/08/31 22:51:16 uwe Exp $ */ +/* $NetBSD: umass_quirks.c,v 1.19 2002/09/10 16:52:48 nathanw Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -108,7 +108,7 @@ Static const struct umass_quirk umass_quirks[] = { { { USB_VENDOR_MSYSTEMS, USB_PRODUCT_MSYSTEMS_DISKONKEY }, UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC, - 0, + UMASS_QUIRK_NO_MAX_LUN, PQUIRK_NOMODESENSE | PQUIRK_NODOORLOCK | PQUIRK_NOBIGMODESENSE, UMATCH_DEVCLASS_DEVSUBCLASS_DEVPROTO, NULL, NULL |
