Solaar/lib/logitech_receiver
Peter Wu e2d65a690e hidpp20: update features list
Based on SetPoint6.65.62_32.exe and Options_2.10.73.exe (features.xml,
defaults.xml, LogiOptionsMgr.exe).

The names are based on the named next to the feature ID. For duplicates,
_2 is appended to the name.

This commands helps parsing numbers from debug prints:

    strings LogiOptionsMgr.exe |
    sed -nr 's/.*(Feature[0-9a-fA-F]{4})/\1 /p' | sort |
    awk 'tolower(a)!=tolower($1){print"";a=$1}1;' | less -S
2015-05-27 23:20:43 +02:00
..
__init__.py added copyright notices to all source files 2013-07-15 17:54:42 +02:00
base.py use () instead of [] where possible 2013-07-19 11:48:40 +02:00
base_usb.py clean-up in usb IDs 2013-08-08 21:49:35 +02:00
common.py use () instead of [] where possible 2013-07-19 11:48:40 +02:00
descriptors.py updated descriptors with a few more devices 2013-08-08 22:44:23 +02:00
hidpp10.py use () instead of [] where possible 2013-07-19 11:48:40 +02:00
hidpp20.py hidpp20: update features list 2015-05-27 23:20:43 +02:00
i18n.py internationalized most strings; fixes #79 2013-07-17 19:53:21 +02:00
listener.py use () instead of [] where possible 2013-07-19 11:48:40 +02:00
notifications.py Fix wrong register name for illumination (hidpp10) 2013-08-21 21:47:24 +02:00
receiver.py trim the codename to the declared length (fixes #90) 2013-07-18 16:23:34 +02:00
settings.py use () instead of [] where possible 2013-07-19 11:48:40 +02:00
settings_templates.py K800: added support for hand detection 2013-07-19 11:49:30 +02:00
special_keys.py Update features and keys list 2013-08-27 17:55:45 +02:00
status.py translate battery alerts (fixes #119) 2013-08-25 23:03:25 +03:00