From fa77b03c753c9dab04acf4923f2e5ffe03ad0141 Mon Sep 17 00:00:00 2001 From: Spoilerdo Date: Sat, 7 Aug 2021 21:35:29 +0200 Subject: [PATCH] Add support device id and update readme --- README.md | 6 ++++-- src/rogauracore.c | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f9c2fc..92133d3 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,13 @@ (c) 2019 Will Roberts Linux-compatible open-source libusb implementation similar to the ROG -Aura Core software. Supports RGB keyboards with IDs +Aura Core software. Supports RGB keyboards with IDs [0b05:1854](https://linux-hardware.org/index.php?id=usb:0b05-1854) (GL553, GL753), [0b05:1869](https://linux-hardware.org/index.php?id=usb:0b05-1869) -(GL503, FX503, GL703), [0b05:1866](https://linux-hardware.org/index.php?id=usb:0b05-1866) (GL504, GL703, GX501, GM501), and [0b05:19b6](https://linux-hardware.org/index.php?id=usb:0b05-19b6) (GA503). +(GL503, FX503, GL703), [0b05:1866](https://linux-hardware.org/index.php?id=usb:0b05-1866) (GL504, GL703, GX501, GM501), +[0b05:19b6](https://linux-hardware.org/index.php?id=usb:0b05-19b6) (GA503) and +[0b05:8176](https://linux-hardware.org/index.php?id=usb:0b05-8176) (GL553VW). ## Usage diff --git a/src/rogauracore.c b/src/rogauracore.c index a586324..2724672 100644 --- a/src/rogauracore.c +++ b/src/rogauracore.c @@ -466,7 +466,7 @@ parseArguments(int argc, char **argv, Messages *messages) { // ------------------------------------------------------------ const uint16_t ASUS_VENDOR_ID = 0x0b05; -const uint16_t ASUS_PRODUCT_IDS[] = { 0x1854, 0x1869, 0x1866, 0x19b6 }; +const uint16_t ASUS_PRODUCT_IDS[] = { 0x1854, 0x1869, 0x1866, 0x19b6, 0x8176 }; const int NUM_ASUS_PRODUCTS = (int)(sizeof(ASUS_PRODUCT_IDS) / sizeof(ASUS_PRODUCT_IDS[0])); int