In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
72 bytes added ,  01:37, 12 April 2015
→‎0x11 - UhsQueryInterfaces(): Add match flags for vendor and product ID
Line 7: Line 7:  
<syntaxhighlight lang="C">
 
<syntaxhighlight lang="C">
 
/* Determines which parameters to check */
 
/* Determines which parameters to check */
#define MATCH_DEV_ANY         0x000
+
#define MATCH_ANY            0x000
 +
#define MATCH_DEV_VID         0x001
 +
#define MATCH_DEV_PID        0x002
 
#define MATCH_DEV_CLASS      0x010
 
#define MATCH_DEV_CLASS      0x010
 
#define MATCH_DEV_SUBCLASS    0x020
 
#define MATCH_DEV_SUBCLASS    0x020
203

edits

Navigation menu