Skip to content

Commit 081c376

Browse files
authored
Add new G733 hardware ID (#378)
1 parent 6f07e76 commit 081c376

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/devices/logitech_g633_g933_935.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ static struct device device_g933_935;
1515
#define ID_LOGITECH_G935 0x0a87
1616
#define ID_LOGITECH_G733 0x0ab5
1717
#define ID_LOGITECH_G733_2 0x0afe
18+
#define ID_LOGITECH_G733_3 0x0b1f
1819

19-
static const uint16_t PRODUCT_IDS[] = { ID_LOGITECH_G633, ID_LOGITECH_G635, ID_LOGITECH_G933, ID_LOGITECH_G935, ID_LOGITECH_G733, ID_LOGITECH_G733_2 };
20+
static const uint16_t PRODUCT_IDS[] = { ID_LOGITECH_G633, ID_LOGITECH_G635, ID_LOGITECH_G933, ID_LOGITECH_G935, ID_LOGITECH_G733, ID_LOGITECH_G733_2, ID_LOGITECH_G733_3 };
2021

2122
static int g933_935_send_sidetone(hid_device* device_handle, uint8_t num);
2223
static BatteryInfo g933_935_request_battery(hid_device* device_handle);

0 commit comments

Comments
 (0)