Skip to content

Commit 4e164b6

Browse files
committed
hidpp: add feature x1b04 flag sent by M510 4004
1 parent 3dc2513 commit 4e164b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/logitech_receiver/hidpp20.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ class MappingFlag(Flag):
118118
UNUSED_4000 = 0x4000
119119
UNUSED_1000 = 0x1000
120120
RAW_WHEEL = 0x400
121+
UNKNOWN_200 = 0x200 # seen on a Wireless Mouse M510 WPID 4004
121122
ANALYTICS_KEY_EVENTS_REPORTING = 0x100
122123
FORCE_RAW_XY_DIVERTED = 0x40
123124
RAW_XY_DIVERTED = 0x10

0 commit comments

Comments
 (0)