Fix Anne Pro II keyboard showing up as a joystick

Having used this for a couple years, I can definitely confirm that it is not a joystick.
This commit is contained in:
Joshua Ashton 2021-06-27 01:49:31 +01:00 committed by Sam Lantinga
parent c90bd3bf79
commit ca383599b5
1 changed files with 3 additions and 0 deletions

View File

@ -2312,6 +2312,9 @@ SDL_bool SDL_ShouldIgnoreJoystick(const char *name, SDL_JoystickGUID guid)
MAKE_VIDPID(0x2516, 0x001f), /* Cooler Master Storm Mizar Mouse */
MAKE_VIDPID(0x2516, 0x0028), /* Cooler Master Storm Alcor Mouse */
/* Anne Pro II Keyboard */
MAKE_VIDPID(0x04d9, 0x8009), /* OBINLB USB-HID Keyboard */
};
unsigned int i;