Skip to content

Commit 4d57d17

Browse files
gravytrainMichael Beck
andauthored
Add Corsair Virtuoso Max Wireless support (0x1b1c:0x2a02) (#530)
The Virtuoso Max Wireless receiver uses the same V2 protocol as the existing Void V2W device. Battery status and sidetone confirmed working on Linux via the wireless receiver (interface 4, usage page 0xff42). Co-authored-by: Michael Beck <michael@b3ck.me>
1 parent f8645bb commit 4d57d17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/devices/corsair_void_v2w.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace headsetcontrol {
2727
*/
2828
class CorsairVoidV2W : public CorsairDevice {
2929
public:
30-
static constexpr std::array<uint16_t, 1> SUPPORTED_PRODUCT_IDS { 0x2a08 };
30+
static constexpr std::array<uint16_t, 2> SUPPORTED_PRODUCT_IDS { 0x2a08, 0x2a02 };
3131

3232
std::vector<uint16_t> getProductIds() const override
3333
{

0 commit comments

Comments
 (0)