Skip to content

Commit

Permalink
Don't try to use the charging port for the PowerA wireless controller…
Browse files Browse the repository at this point in the history
… as an input device
  • Loading branch information
slouken committed Aug 26, 2022
1 parent f1aa843 commit f6c2c22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/joystick/SDL_joystick.c
Expand Up @@ -2618,6 +2618,7 @@ SDL_bool SDL_ShouldIgnoreJoystick(const char *name, SDL_JoystickGUID guid)
MAKE_VIDPID(0x1532, 0x0266), /* Razer Huntman V2 Analog, non-functional DInput device */
MAKE_VIDPID(0x1532, 0x0282), /* Razer Huntman Mini Analog, non-functional DInput device */
MAKE_VIDPID(0x26ce, 0x01a2), /* ASRock LED Controller */
MAKE_VIDPID(0x20d6, 0x0002), /* PowerA Enhanced Wireless Controller for Nintendo Switch (charging port only) */
};

static Uint32 rog_chakram_list[] = {
Expand Down

0 comments on commit f6c2c22

Please sign in to comment.