diff options
| author | wulf <wulf@NetBSD.org> | 2003-08-08 08:24:23 +0000 |
|---|---|---|
| committer | wulf <wulf@NetBSD.org> | 2003-08-08 08:24:23 +0000 |
| commit | b6db36227b73b37ec9ffb3235249893935adfede (patch) | |
| tree | 07f20df42b3765419a2b8a5c60eb3b92dd2ae726 /sys/dev | |
| parent | 03b1800985aba12dd6a975c4ee8e1a187fb81fee (diff) | |
Add SIIG UISDMC2S Multicard Reader/Writer
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/umass_quirks.c | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sys/dev/usb/umass_quirks.c b/sys/dev/usb/umass_quirks.c index c4f119bcb23..bfee784201d 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.44 2003/07/14 15:47:29 lukem Exp $ */ +/* $NetBSD: umass_quirks.c,v 1.45 2003/08/08 08:24:23 wulf Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: umass_quirks.c,v 1.44 2003/07/14 15:47:29 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: umass_quirks.c,v 1.45 2003/08/08 08:24:23 wulf Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -350,6 +350,14 @@ Static const struct umass_quirk umass_quirks[] = { NULL, NULL }, + { { USB_VENDOR_SIIG, USB_PRODUCT_SIIG_UISDMC2S }, + UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC, + UMASS_QUIRK_NO_START_STOP, + PQUIRK_NOMODESENSE, + UMATCH_DEVCLASS_DEVSUBCLASS_DEVPROTO, + NULL,NULL + }, + { { USB_VENDOR_SIIG, USB_PRODUCT_SIIG_MULTICARDREADER }, UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC, UMASS_QUIRK_NO_START_STOP, |
