Home
last modified time | relevance | path

Searched refs:PID (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/hidapi/udev/
A D99-hid.rules6 # use something like the following line, substituting the VID and PID with
16 # like the following, substituting the VID and PID with your device. Busnum 1
26 # Note that the hexadecimal values for VID and PID are case sensitive and
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_sysjoystick.h85 #define MAKE_VIDPID(VID, PID) (((Uint32)(VID))<<16|(PID)) argument
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/
A DSDL_sysjoystick.m179 … 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 */
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_dinputjoystick.c543 #define MAKE_TABLE_ENTRY(VID, PID) ((((DWORD)PID)<<16)|VID) in EnumJoysticksCallback() argument
/AliOS-Things-master/components/SDL2/src/hidapi/
A DREADME.txt69 // Open the device using the VID, PID,

Completed in 9 milliseconds