Skip to content

Commit 3d93b60

Browse files
BastitiCalcProgrammer1
authored andcommitted
[New Device] Corsair Slipstream Wireless Receiver V2
1 parent ff6cee3 commit 3d93b60

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

Controllers/CorsairPeripheralV2Controller/CorsairPeripheralV2Controller.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ CorsairPeripheralV2Controller::CorsairPeripheralV2Controller(hid_device* dev_han
3030
switch(pid)
3131
{
3232
case CORSAIR_SLIPSTREAM_WIRELESS_PID1:
33+
case CORSAIR_SLIPSTREAM_WIRELESS_V2_PID1:
3334
case CORSAIR_SLIPSTREAM_WIRELESS_PID2:
3435
write_cmd = CORSAIR_V2_WRITE_WIRELESS_ID;
3536
pid = GetAddress(0x12);

Controllers/CorsairPeripheralV2Controller/CorsairPeripheralV2ControllerDetect.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ REGISTER_HID_DETECTOR_IP("Corsair M65 RGB Ultra Wireless (Wired)", DetectCorsai
8787
REGISTER_HID_DETECTOR_IP("Corsair M75 Gaming Mouse", DetectCorsairV2HardwareControllers, CORSAIR_VID, CORSAIR_M75_GAMING_MOUSE_PID, 1, 0xFF42);
8888
REGISTER_HID_DETECTOR_IP("Corsair Slipstream Wireless Receiver HW", DetectCorsairV2HardwareControllers, CORSAIR_VID, CORSAIR_SLIPSTREAM_WIRELESS_PID1, 1, 0xFF42);
8989
REGISTER_HID_DETECTOR_IP("Corsair Slipstream Wireless Receiver SW", DetectCorsairV2SoftwareControllers, CORSAIR_VID, CORSAIR_SLIPSTREAM_WIRELESS_PID2, 1, 0xFF42);
90+
REGISTER_HID_DETECTOR_IP("Corsair Slipstream Wireless Receiver HW", DetectCorsairV2SoftwareControllers, CORSAIR_VID, CORSAIR_SLIPSTREAM_WIRELESS_V2_PID1, 1, 0xFF42);
91+
9092

9193
/*-----------------------------------------------------------------------------------------------------*\
9294
| Mousemat |

Controllers/CorsairPeripheralV2Controller/CorsairPeripheralV2Devices.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ typedef struct
9898
#define CORSAIR_M65_RGB_ULTRA_WIRELESS_PID 0x1BB5
9999
#define CORSAIR_M75_GAMING_MOUSE_PID 0x1BF0
100100
#define CORSAIR_SLIPSTREAM_WIRELESS_PID1 0x1BA6
101+
#define CORSAIR_SLIPSTREAM_WIRELESS_V2_PID1 0x1B66
101102
#define CORSAIR_SLIPSTREAM_WIRELESS_PID2 0x1B65
102103

103104
/*-----------------------------------------------------*\

0 commit comments

Comments
 (0)