Searched refs:PID (Results 1 – 5 of 5) sorted by relevance
6 # use something like the following line, substituting the VID and PID with16 # like the following, substituting the VID and PID with your device. Busnum 126 # Note that the hexadecimal values for VID and PID are case sensitive and
85 #define MAKE_VIDPID(VID, PID) (((Uint32)(VID))<<16|(PID)) argument
179 … product = 0x02E0; /* Assume Xbox One S BLE Controller unless/until GCController flows VID/PID */182 product = 0x09CC; /* Assume DS4 Slim unless/until GCController flows VID/PID */
543 #define MAKE_TABLE_ENTRY(VID, PID) ((((DWORD)PID)<<16)|VID) in EnumJoysticksCallback() argument
69 // Open the device using the VID, PID,
Completed in 9 milliseconds