hid10: Formatting and re-order NOTIFICATION_FLAGs

Align values for easier reading the numeric values of NOTIFICATION_FLAGs.  To
maintain consistency in the ordering of the values, swap keyboard_backlight with
keyboard_present.
This commit is contained in:
Peter Wu 2013-05-19 10:20:21 +02:00
parent 152abb086a
commit 29d0c07164
1 changed files with 6 additions and 6 deletions

View File

@ -49,8 +49,8 @@ NOTIFICATION_FLAG = _NamedInts(
keyboard_sleep_raw= 0x020000, # system control keys such as Sleep
keyboard_multimedia_raw=0x010000, # consumer controls such as Mute and Calculator
# reserved_r1b4= 0x001000, # unknown, seen on a unifying receiver
keyboard_backlight=0x000200, # illumination brightness level changes (by pressing keys)
software_present= 0x000800, # .. no idea
keyboard_backlight= 0x000200, # illumination brightness level changes (by pressing keys)
wireless= 0x000100, # notify when the device wireless goes on/off-line
)