Skip to content

Commit a57b196

Browse files
committed
Added G431 product id
1 parent a946695 commit a57b196

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/devices/logitech_g432.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using namespace std::string_view_literals;
99
namespace headsetcontrol {
1010

1111
/**
12-
* @brief Logitech G432/G433 Gaming Headsets
12+
* @brief Logitech G431/G432/G433 Gaming Headsets
1313
*
1414
* These are simpler USB headsets with limited features.
1515
* Currently only sidetone is supported.
@@ -22,6 +22,7 @@ class LogitechG432 : public protocols::HIDPPDevice<LogitechG432> {
2222
std::vector<uint16_t> getProductIds() const override
2323
{
2424
return {
25+
0x0a9b, // G431
2526
0x0a9c, // G432
2627
0x0a6d // G433
2728
};

0 commit comments

Comments
 (0)