From 1d12faa482b51c13dfe87c1e4738ffcfb6ae3edc Mon Sep 17 00:00:00 2001 From: Andreas Bergmeier Date: Fri, 28 Oct 2022 21:39:42 +0200 Subject: [PATCH] Add Logitech feature Illumination This makes it more concrete on Litra Glow. Also mention that we saw 0x1eb0 on Litra Glow. --- src/tools/hidpp-list-features.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tools/hidpp-list-features.cpp b/src/tools/hidpp-list-features.cpp index 8d36e97..50cb32e 100644 --- a/src/tools/hidpp-list-features.cpp +++ b/src/tools/hidpp-list-features.cpp @@ -69,8 +69,10 @@ static const std::map HIDPP20Features = { { 0x1bc0, "Persistent remappable action" }, { 0x1d4b, "Wireless device status" }, { 0x1e00, "Enable hidden features" }, + //{ 0x1eb0, "Seen on Logitech Litra Glow" }, { 0x1f1f, "Firmware Properties" }, { 0x1f20, "ADC Measurement" }, + { 0x1990, "Illumination Light" }, { 0x2001, "Left right swap" }, { 0x2005, "Swap button" }, { 0x2006, "Pointer Axes Orientation" },