Skip to content

Commit 30e2fdc

Browse files
committed
Sort the blacklist entry for the HP Deluxe Webcam KQ246AA
1 parent 556ee00 commit 30e2fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/joystick/SDL_joystick.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,13 +439,13 @@ static Uint32 initial_blacklist_devices[] = {
439439
MAKE_VIDPID(0x04d9, 0x8009), // OBINLB USB-HID Keyboard (Anne Pro II)
440440
MAKE_VIDPID(0x04d9, 0xa292), // OBINLB USB-HID Keyboard (Anne Pro II)
441441
MAKE_VIDPID(0x04d9, 0xa293), // OBINLB USB-HID Keyboard (Anne Pro II)
442+
MAKE_VIDPID(0x04f2, 0xa13c), // HP Deluxe Webcam KQ246AA
442443
MAKE_VIDPID(0x0e6f, 0x018a), // PDP REALMz Wireless Controller for Switch, USB charging
443444
MAKE_VIDPID(0x1532, 0x0266), // Razer Huntsman V2 Analog, non-functional DInput device
444445
MAKE_VIDPID(0x1532, 0x0282), // Razer Huntsman Mini Analog, non-functional DInput device
445446
MAKE_VIDPID(0x26ce, 0x01a2), // ASRock LED Controller
446447
MAKE_VIDPID(0x20d6, 0x0002), // PowerA Enhanced Wireless Controller for Nintendo Switch (charging port only)
447448
MAKE_VIDPID(0x3434, 0x0211), // Keychron K1 Pro System Control
448-
MAKE_VIDPID(0x04f2, 0xa13c), // HP Deluxe Webcam KQ246AA
449449
};
450450
static SDL_vidpid_list blacklist_devices = {
451451
SDL_HINT_JOYSTICK_BLACKLIST_DEVICES, 0, 0, NULL,

0 commit comments

Comments
 (0)