hidpp: add feature x1b04 flag sent by M510 4004
This commit is contained in:
parent
3dc2513b6e
commit
4e164b60c6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue