Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb At least some versions of the M-Systems DiskOnKe...



details:   https://anonhg.NetBSD.org/src/rev/f33d999ab93c
branches:  trunk
changeset: 536186:f33d999ab93c
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Tue Sep 10 16:52:48 2002 +0000

description:
At least some versions of the M-Systems DiskOnKey also need
UMASS_QUIRK_NO_MAX_LUN.

diffstat:

 sys/dev/usb/umass_quirks.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r db86e262d0de -r f33d999ab93c sys/dev/usb/umass_quirks.c
--- a/sys/dev/usb/umass_quirks.c        Tue Sep 10 14:19:18 2002 +0000
+++ b/sys/dev/usb/umass_quirks.c        Tue Sep 10 16:52:48 2002 +0000
@@ -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 @@
 
        { { 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



Home | Main Index | Thread Index | Old Index