diff options
| author | mycroft <mycroft@NetBSD.org> | 2004-06-28 07:49:16 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 2004-06-28 07:49:16 +0000 |
| commit | 00188614f13ab8e05ab8e3f54b612bf4897109da (patch) | |
| tree | baea133cba8b29d4e79d2a77a4b0c628df28684b /sys/dev/usb | |
| parent | f9fd558bdce45c4e69f9db76250e6e20fa568b84 (diff) | |
Fix some UMATCH values.
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/umass_quirks.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/usb/umass_quirks.c b/sys/dev/usb/umass_quirks.c index 8b64f2eb04b..c3c7ca86e5e 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 <sys/cdefs.h> -__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 <sys/param.h> #include <sys/systm.h> @@ -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 }, |
