Solaar/lib
Peter Wu fbdd923d43 Refactor battery info update
- `self[BATTERY_STATUS] = BATTERY_STATUS[battery_status]` should be:
  `self[BATTERY_STATUS] = _hidpp20.BATTERY_STATUS[battery_status]`, otherwise
  the battery status would be a single char from the string `battery-status`.
- Make `_hidpp20.BATTERY_OK` check against strings instead of a number.
- Move setting battery information to a separate function, `set_battery_info`.
  This prepares for notifications when a battery error/warning occurs.
2013-05-02 23:51:40 +02:00
..
hidapi quicker detection of matching receivers in udev 2013-05-02 11:11:53 +02:00
logitech Refactor battery info update 2013-05-02 23:51:40 +02:00
solaar fix solaar-cli to handle the new Receiver.open() api 2013-05-01 15:51:12 +02:00