From 4e164b60c6fcc6a6d0d1ec3e9e2753dbbfc47909 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Sun, 8 Mar 2026 20:48:48 -0400 Subject: [PATCH] hidpp: add feature x1b04 flag sent by M510 4004 --- lib/logitech_receiver/hidpp20.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/logitech_receiver/hidpp20.py b/lib/logitech_receiver/hidpp20.py index 05295846..92d09dec 100644 --- a/lib/logitech_receiver/hidpp20.py +++ b/lib/logitech_receiver/hidpp20.py @@ -118,6 +118,7 @@ class MappingFlag(Flag): UNUSED_4000 = 0x4000 UNUSED_1000 = 0x1000 RAW_WHEEL = 0x400 + UNKNOWN_200 = 0x200 # seen on a Wireless Mouse M510 WPID 4004 ANALYTICS_KEY_EVENTS_REPORTING = 0x100 FORCE_RAW_XY_DIVERTED = 0x40 RAW_XY_DIVERTED = 0x10