From 112d5a1cb26d1b98b30ea06fbdfed11ce76768a3 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Mon, 22 Jun 2020 08:47:46 -0500 Subject: [PATCH] Add Corsair Strafe IDs to detection list --- .../CorsairPeripheralControllerDetect.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Controllers/CorsairPeripheralController/CorsairPeripheralControllerDetect.cpp b/Controllers/CorsairPeripheralController/CorsairPeripheralControllerDetect.cpp index 8ccc48ecd..36eb98646 100644 --- a/Controllers/CorsairPeripheralController/CorsairPeripheralControllerDetect.cpp +++ b/Controllers/CorsairPeripheralController/CorsairPeripheralControllerDetect.cpp @@ -78,6 +78,8 @@ static const corsair_node_device device_list[] = { CORSAIR_VID, CORSAIR_K70_RGB_MK2_LP_PID, 1, "Corsair K70 RGB MK.2 Low Profile" }, { CORSAIR_VID, CORSAIR_K95_RGB_PID, 1, "Corsair K95 RGB" }, { CORSAIR_VID, CORSAIR_K95_PLATINUM_PID, 1, "Corsair K95 RGB PLATINUM" }, + { CORSAIR_VID, CORSAIR_STRAFE_PID, 1, "Corsair Strafe" }, + { CORSAIR_VID, CORSAIR_STRAFE_MK2_PID, 1, "Corsair Strafe MK.2" }, /*-----------------------------------------------------------------------------------------------------*\ | Mice | \*-----------------------------------------------------------------------------------------------------*/