Browse Source

Fixed long delay when enumerating the Razer Huntsman keyboard

Fixes https://github.com/libsdl-org/SDL/issues/13236

(cherry picked from commit f199aafaeb79cbe084496269632537318d2e044e)
Sam Lantinga 1 month ago
parent
commit
5886d90308
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/hidapi/windows/hid.c

+ 1 - 0
src/hidapi/windows/hid.c

@@ -949,6 +949,7 @@ static int hid_blacklist(unsigned short vendor_id, unsigned short product_id)
 		{ 0x0D8C, 0x0014 },  /* Sharkoon Skiller SGH2 headset - causes deadlock asking for device details */
 		{ 0x1532, 0x0109 },  /* Razer Lycosa Gaming keyboard - causes deadlock asking for device details */
 		{ 0x1532, 0x010B },  /* Razer Arctosa Gaming keyboard - causes deadlock asking for device details */
+		{ 0x1532, 0x0227 },  /* Razer Huntsman Gaming keyboard - long delay asking for device details */
 		{ 0x1B1C, 0x1B3D },  /* Corsair Gaming keyboard - causes deadlock asking for device details */
 		{ 0x1CCF, 0x0000 }  /* All Konami Amusement Devices - causes deadlock asking for device details */
 	};