hid10: document notifications better
See [registers.txt][1] for 'keyboard_backlight'. The behavior of keyboard_sleep_raw and keyboard_multimedia_raw is described at [keyboard.txt][2]. [1]: https://git.lekensteyn.nl/ltunify/tree/registers.txt [2]: https://git.lekensteyn.nl/ltunify/tree/keyboard.txt
This commit is contained in:
parent
7ae24488d9
commit
152abb086a
|
|
@ -46,10 +46,10 @@ POWER_SWITCH_LOCATION = _NamedInts(
|
||||||
# but right now we don't know enough.
|
# but right now we don't know enough.
|
||||||
NOTIFICATION_FLAG = _NamedInts(
|
NOTIFICATION_FLAG = _NamedInts(
|
||||||
battery_status=0x100000, # send battery charge notifications (0x07 or 0x0D)
|
battery_status=0x100000, # send battery charge notifications (0x07 or 0x0D)
|
||||||
keyboard_sleep_raw=0x020000, # guess
|
keyboard_sleep_raw=0x020000, # system control keys such as Sleep
|
||||||
keyboard_multimedia_raw=0x010000, # guess
|
keyboard_multimedia_raw=0x010000, # consumer controls such as Mute and Calculator
|
||||||
# reserved_r1b4=0x001000, # unknown, seen on a unifying receiver
|
# reserved_r1b4=0x001000, # unknown, seen on a unifying receiver
|
||||||
keyboard_backlight=0x000200, # guess
|
keyboard_backlight=0x000200, # illumination brightness level changes (by pressing keys)
|
||||||
software_present=0x000800, # .. no idea
|
software_present=0x000800, # .. no idea
|
||||||
wireless=0x000100, # notify when the device wireless goes on/off-line
|
wireless=0x000100, # notify when the device wireless goes on/off-line
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue