Add quirks for Minolta S304.

This commit is contained in:
augustss 2002-02-07 13:53:14 +00:00
parent 53a6c27b2e
commit 660b4087dc

View File

@ -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 @@ Static const struct umass_quirk umass_quirks[] = {
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,