diff options
| author | augustss <augustss@NetBSD.org> | 2002-07-07 19:52:48 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 2002-07-07 19:52:48 +0000 |
| commit | 9ee8616e07bebf7eb4bdeabfe2c0928d014153c4 (patch) | |
| tree | a946b60a858e4307d4b245efe0969aa8d00876ad /sys/dev | |
| parent | c1367622d6ecb45d861349c59c02e5dbd7559602 (diff) | |
Add quirk for ADS HD controller. From Scott Ellis in kern/17495.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/umass_quirks.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/usb/umass_quirks.c b/sys/dev/usb/umass_quirks.c index 6538b6179c2..6752465edc6 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.14 2002/06/16 14:59:58 augustss Exp $ */ +/* $NetBSD: umass_quirks.c,v 1.15 2002/07/07 19:52:48 augustss Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -58,6 +58,14 @@ Static void umass_fixup_sony(struct umass_softc *); Static void umass_fixup_yedata(struct umass_softc *); Static const struct umass_quirk umass_quirks[] = { + { { USB_VENDOR_DMI, USB_PRODUCT_DMI_SA2_0 }, + UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC, + 0, + PQUIRK_NOMODESENSE, + UMATCH_VENDOR_PRODUCT, + NULL, NULL + }, + { { USB_VENDOR_FUJIPHOTO, USB_PRODUCT_FUJIPHOTO_MASS0100 }, UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC, UMASS_QUIRK_NO_START_STOP, |
