diff --git a/sys/dev/usb/umass_quirks.c b/sys/dev/usb/umass_quirks.c index 8b64f2eb04b2..c3c7ca86e5e5 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.66 2004/06/28 06:47:48 mycroft Exp $ */ +/* $NetBSD: umass_quirks.c,v 1.67 2004/06/28 07:49:16 mycroft Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: umass_quirks.c,v 1.66 2004/06/28 06:47:48 mycroft Exp $"); +__KERNEL_RCSID(0, "$NetBSD: umass_quirks.c,v 1.67 2004/06/28 07:49:16 mycroft Exp $"); #include #include @@ -137,7 +137,7 @@ Static const struct umass_quirk umass_quirks[] = { UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC, UMASS_QUIRK_WRONG_CSWTAG, 0, - UMATCH_VENDOR_PRODUCT, + UMATCH_DEVCLASS_DEVSUBCLASS_DEVPROTO, NULL, NULL }, @@ -161,7 +161,7 @@ Static const struct umass_quirk umass_quirks[] = { UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UFI, 0, 0, - UMATCH_VENDOR_PRODUCT, + UMATCH_DEVCLASS_DEVSUBCLASS_DEVPROTO, NULL, NULL },