Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Add quirks for Minolta S304.



details:   https://anonhg.NetBSD.org/src/rev/3496fcf66bd7
branches:  trunk
changeset: 521874:3496fcf66bd7
user:      augustss <augustss%NetBSD.org@localhost>
date:      Thu Feb 07 13:53:14 2002 +0000

description:
Add quirks for Minolta S304.

diffstat:

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

diffs (24 lines):

diff -r e51b9536e12e -r 3496fcf66bd7 sys/dev/usb/umass_quirks.c
--- a/sys/dev/usb/umass_quirks.c        Thu Feb 07 13:52:54 2002 +0000
+++ b/sys/dev/usb/umass_quirks.c        Thu Feb 07 13:53:14 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: umass_quirks.c,v 1.9 2002/02/07 13:02:26 augustss Exp $        */
+/*     $NetBSD: umass_quirks.c,v 1.10 2002/02/07 13:53:14 augustss Exp $       */
 
 /*
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -186,6 +186,14 @@
          NULL, NULL
        },
 
+       { { USB_VENDOR_MINOLTA, USB_PRODUCT_MINOLTA_S304 },
+         UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC,
+         UMASS_QUIRK_NO_MAX_LUN | UMASS_QUIRK_NO_START_STOP,
+         0,
+         UMATCH_DEVCLASS_DEVSUBCLASS_DEVPROTO,
+         NULL, NULL
+       },
+
        /* InSystem Design ATA over USB devices */
        { { USB_VENDOR_ATI, USB_PRODUCT_ATI2_205 },
          UMASS_WPROTO_BBB, UMASS_CPROTO_ISD_ATA,



Home | Main Index | Thread Index | Old Index