enable the backlight notifications on devices, if available

This commit is contained in:
Daniel Pavel 2013-06-25 18:53:18 +02:00
parent a857b5fc43
commit 5b94ebae34
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@ class PairedDevice(object):
if enable:
set_flag_bits = ( _hidpp10.NOTIFICATION_FLAG.battery_status
| _hidpp10.NOTIFICATION_FLAG.keyboard_backlight
| _hidpp10.NOTIFICATION_FLAG.wireless
| _hidpp10.NOTIFICATION_FLAG.software_present )
else: