Browse Source

Don't detect the ROG Chakram mouse as a joystick

Sam Lantinga 3 years ago
parent
commit
a43d3f6931
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/joystick/SDL_joystick.c

+ 2 - 0
src/joystick/SDL_joystick.c

@@ -2398,6 +2398,8 @@ SDL_bool SDL_ShouldIgnoreJoystick(const char *name, SDL_JoystickGUID guid)
 
         /* Anne Pro II Keyboard */
         MAKE_VIDPID(0x04d9, 0x8009),  /* OBINLB USB-HID Keyboard */
+
+        MAKE_VIDPID(0x0b05, 0x1958),  /* ROG Chakram Mouse */
     };
 
     unsigned int i;