Skip to content

Commit

Permalink
Adds Device ID for SteelSeries Arctis Pro GameDAC
Browse files Browse the repository at this point in the history
  • Loading branch information
AGuyWhoLikesTetris authored and Sapd committed Jun 15, 2023
1 parent 570adbb commit bd8aed3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/devices/steelseries_arctis_7.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

static struct device device_arctis;

#define ID_ARCTIS_7 0x1260
#define ID_ARCTIS_7_2019 0x12ad
#define ID_ARCTIS_PRO_2019 0x1252

static const uint16_t PRODUCT_IDS[] = { ID_ARCTIS_7, ID_ARCTIS_7_2019, ID_ARCTIS_PRO_2019 };
#define ID_ARCTIS_7 0x1260
#define ID_ARCTIS_7_2019 0x12ad
#define ID_ARCTIS_PRO_2019 0x1252
#define ID_ARCTIS_PRO_GAMEDAC 0x1280
static const uint16_t PRODUCT_IDS[] = { ID_ARCTIS_7, ID_ARCTIS_7_2019, ID_ARCTIS_PRO_2019, ID_ARCTIS_PRO_GAMEDAC };

static int arctis_7_send_sidetone(hid_device* device_handle, uint8_t num);
static int arctis_7_request_battery(hid_device* device_handle);
Expand Down

0 comments on commit bd8aed3

Please sign in to comment.