Line 7:
Line 7:
<syntaxhighlight lang="C">
<syntaxhighlight lang="C">
/* Determines which parameters to check */
/* Determines which parameters to check */
−
#define MATCH_DEV_CLASS 0x10
+
#define MATCH_DEV_CLASS 0x010
−
#define MATCH_IF_CLASS 0x80
+
#define MATCH_DEV_SUBCLASS 0x020
+
#define MATCH_DEV_PROTOCOL 0x040
+
#define MATCH_IF_CLASS 0x080
+
#define MATCH_IF_SUBCLASS 0x100
+
#define MATCH_IF_PROTOCOL 0x200
/* Input buffer */
/* Input buffer */