mirror of https://github.com/encounter/SDL.git
Ignore the ASRock LED controller, it's not a joystick
This commit is contained in:
parent
ac54d57aa5
commit
26706319d7
|
@ -2396,10 +2396,9 @@ SDL_bool SDL_ShouldIgnoreJoystick(const char *name, SDL_JoystickGUID guid)
|
||||||
/* Additional entries */
|
/* Additional entries */
|
||||||
/*****************************************************************/
|
/*****************************************************************/
|
||||||
|
|
||||||
/* Anne Pro II Keyboard */
|
|
||||||
MAKE_VIDPID(0x04d9, 0x8009), /* OBINLB USB-HID Keyboard */
|
MAKE_VIDPID(0x04d9, 0x8009), /* OBINLB USB-HID Keyboard */
|
||||||
|
|
||||||
MAKE_VIDPID(0x0b05, 0x1958), /* ROG Chakram Mouse */
|
MAKE_VIDPID(0x0b05, 0x1958), /* ROG Chakram Mouse */
|
||||||
|
MAKE_VIDPID(0x26ce, 0x01a2), /* ASRock LED Controller */
|
||||||
};
|
};
|
||||||
|
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
|
|
Loading…
Reference in New Issue