diff options
| author | augustss <augustss@NetBSD.org> | 2002-02-20 22:28:54 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 2002-02-20 22:28:54 +0000 |
| commit | 0db3eee7bbfedab46eb8db9b6401a74e82f7f477 (patch) | |
| tree | 2807e9a047c758d4381872b5904474e1bafabca9 /sys/dev | |
| parent | dd0cea6baa9d83c2641e3180da7d215c35b163b3 (diff) | |
Add quirks for Minolta Dimage X.
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 27f347e8e33..b3ddefd3891 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.11 2002/02/11 21:13:35 mjl Exp $ */ +/* $NetBSD: umass_quirks.c,v 1.12 2002/02/20 22:28:54 augustss Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -202,6 +202,14 @@ Static const struct umass_quirk umass_quirks[] = { NULL, NULL }, + { { USB_VENDOR_MINOLTA, USB_PRODUCT_MINOLTA_X }, + 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, |
