Searched refs:MAKE_VIDPID (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/joystick/ |
A D | SDL_joystick.c | 1948 MAKE_VIDPID(0x045e, 0x009d), in SDL_ShouldIgnoreJoystick() 1952 MAKE_VIDPID(0x045e, 0x00b0), in SDL_ShouldIgnoreJoystick() 1956 MAKE_VIDPID(0x045e, 0x00b4), in SDL_ShouldIgnoreJoystick() 1959 MAKE_VIDPID(0x045e, 0x0730), in SDL_ShouldIgnoreJoystick() 1966 MAKE_VIDPID(0x045e, 0x0745), in SDL_ShouldIgnoreJoystick() 1969 MAKE_VIDPID(0x045e, 0x0748), in SDL_ShouldIgnoreJoystick() 1972 MAKE_VIDPID(0x045e, 0x0750), in SDL_ShouldIgnoreJoystick() 1975 MAKE_VIDPID(0x045e, 0x0768), in SDL_ShouldIgnoreJoystick() 1978 MAKE_VIDPID(0x045e, 0x0773), in SDL_ShouldIgnoreJoystick() 1983 MAKE_VIDPID(0x045e, 0x07a5), in SDL_ShouldIgnoreJoystick() [all …]
|
A D | SDL_sysjoystick.h | 85 #define MAKE_VIDPID(VID, PID) (((Uint32)(VID))<<16|(PID)) macro
|
A D | SDL_gamecontroller.c | 1719 vidpid = MAKE_VIDPID(vendor, product); in SDL_ShouldIgnoreGameController()
|
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/ |
A D | SDL_hidapi_switch.c | 262 MAKE_VIDPID(0x0e6f, 0x0185), /* PDP Wired Fight Pad Pro for Nintendo Switch */ in IsGameCubeFormFactor() 263 MAKE_VIDPID(0x20d6, 0xa711), /* Core (Plus) Wired Controller */ in IsGameCubeFormFactor() 265 Uint32 id = MAKE_VIDPID(vendor_id, product_id); in IsGameCubeFormFactor()
|
Completed in 15 milliseconds