Skip to content

Commit 556ee00

Browse files
Nintorchslouken
authored andcommitted
Fix HP Deluxe Webcam KQ246AA detected as joystick
1 parent 937b7e6 commit 556ee00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/joystick/SDL_joystick.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ static Uint32 initial_blacklist_devices[] = {
445445
MAKE_VIDPID(0x26ce, 0x01a2), // ASRock LED Controller
446446
MAKE_VIDPID(0x20d6, 0x0002), // PowerA Enhanced Wireless Controller for Nintendo Switch (charging port only)
447447
MAKE_VIDPID(0x3434, 0x0211), // Keychron K1 Pro System Control
448+
MAKE_VIDPID(0x04f2, 0xa13c), // HP Deluxe Webcam KQ246AA
448449
};
449450
static SDL_vidpid_list blacklist_devices = {
450451
SDL_HINT_JOYSTICK_BLACKLIST_DEVICES, 0, 0, NULL,

0 commit comments

Comments
 (0)