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 quirk to probe I-O DATA USB-SC2 as umass.



details:   https://anonhg.NetBSD.org/src/rev/939a55d39711
branches:  trunk
changeset: 543402:939a55d39711
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Mon Feb 24 13:11:55 2003 +0000

description:
Add quirk to probe I-O DATA USB-SC2 as umass.
(tested on sparc64 and i386)

diffstat:

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

diffs (24 lines):

diff -r 0ba50d511ef7 -r 939a55d39711 sys/dev/usb/umass_quirks.c
--- a/sys/dev/usb/umass_quirks.c        Mon Feb 24 13:07:52 2003 +0000
+++ b/sys/dev/usb/umass_quirks.c        Mon Feb 24 13:11:55 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: umass_quirks.c,v 1.33 2003/01/21 21:00:56 augustss Exp $       */
+/*     $NetBSD: umass_quirks.c,v 1.34 2003/02/24 13:11:55 nakayama Exp $       */
 
 /*
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -130,6 +130,14 @@
          umass_init_insystem, NULL
        },
 
+       { { USB_VENDOR_IODATA2, USB_PRODUCT_IODATA2_USB2SC },
+         UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC,
+         0,
+         0,
+         UMATCH_VENDOR_PRODUCT,
+         NULL, NULL
+       },
+
        { { USB_VENDOR_IOMEGA, USB_PRODUCT_IOMEGA_ZIP100 },
          UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC,
          0,



Home | Main Index | Thread Index | Old Index