Skip to content

Commit

Permalink
Fix: Add ID for Arctis Nova 7X revision (#352)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Richard Baptist <richard@remote.com>
  • Loading branch information
rpbaptist and richardbaptist committed May 31, 2024
1 parent e7e848e commit f64ac48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/devices/steelseries_arctis_nova_7.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ static struct device device_arctis;

#define ID_ARCTIS_NOVA_7 0x2202
#define ID_ARCTIS_NOVA_7x 0x2206
#define ID_ARCTIS_NOVA_7x_v2 0x2258
#define ID_ARCTIS_NOVA_7p 0x220a
#define ID_ARCTIS_NOVA_7_DIABLO_IV 0x223a

Expand All @@ -26,7 +27,7 @@ static struct device device_arctis;
#define EQUALIZER_BAND_MIN -10
#define EQUALIZER_BAND_MAX +10

static const uint16_t PRODUCT_IDS[] = { ID_ARCTIS_NOVA_7, ID_ARCTIS_NOVA_7x, ID_ARCTIS_NOVA_7p, ID_ARCTIS_NOVA_7_DIABLO_IV };
static const uint16_t PRODUCT_IDS[] = { ID_ARCTIS_NOVA_7, ID_ARCTIS_NOVA_7x, ID_ARCTIS_NOVA_7x_v2, ID_ARCTIS_NOVA_7p, ID_ARCTIS_NOVA_7_DIABLO_IV };

static int arctis_nova_7_send_sidetone(hid_device* device_handle, uint8_t num);
static int arctis_nova_7_send_inactive_time(hid_device* device_handle, uint8_t num);
Expand Down

0 comments on commit f64ac48

Please sign in to comment.