From 72233ffed6781ed4a8d457860cce1ada4f449d43 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Tue, 8 Sep 2020 12:37:59 -0500 Subject: [PATCH] Add Corsair Sabre RGB --- .../CorsairPeripheralControllerDetect.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Controllers/CorsairPeripheralController/CorsairPeripheralControllerDetect.cpp b/Controllers/CorsairPeripheralController/CorsairPeripheralControllerDetect.cpp index 5d7384eab..f6e1c9fe9 100644 --- a/Controllers/CorsairPeripheralController/CorsairPeripheralControllerDetect.cpp +++ b/Controllers/CorsairPeripheralController/CorsairPeripheralControllerDetect.cpp @@ -46,6 +46,7 @@ #define CORSAIR_M65_PRO_PID 0x1B2E #define CORSAIR_M65_RGB_ELITE_PID 0x1B5A #define CORSAIR_SCIMITAR_PRO_RGB_PID 0x1B3E +#define CORSAIR_SABRE_RGB_PID 0x1B2F /*-----------------------------------------------------*\ | Mousepad product IDs | @@ -98,6 +99,7 @@ static const corsair_node_device device_list[] = { CORSAIR_VID, CORSAIR_M65_PRO_PID, 1, "Corsair M65 PRO" }, { CORSAIR_VID, CORSAIR_M65_RGB_ELITE_PID, 1, "Corsair M65 RGB Elite" }, { CORSAIR_VID, CORSAIR_SCIMITAR_PRO_RGB_PID, 1, "Corsair Scimitar PRO RGB" }, + { CORSAIR_VID, CORSAIR_SABRE_RGB_PID, 1, "Corsair Sabre RGB" }, /*-----------------------------------------------------------------------------------------------------*\ | Mousemats | \*-----------------------------------------------------------------------------------------------------*/