Solaar/lib/logitech_receiver
Ben Wolsieffer a59368f3e7 Fix issues with HID++ >= 2.0 devices (particularly related to sleep).
* Don't assume 0x41 messages only occur when a device is first paired
    (prevents errors when waking from sleep or turning a device on)
  * Delay reads/writes when a device is powered on, to prevent broken pipe
    errors (hacky solution).
  * Don't clear status when a device connects, preventing settings from being
    cleared when a device sleeps or is turned off.
  * Fix typos.
2018-08-10 23:15:37 -04: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 Add basic 0xc534 receiver and M185 mouse support 2017-03-21 18:00:44 +02:00
common.py Add M185 keys reporting using REPROG CONTROLS V4 in cli 2017-03-21 18:02:59 +02:00
descriptors.py Add support for new version of M705 (M-R0073). 2018-08-05 00:10:59 -04:00
hidpp10.py use () instead of [] where possible 2013-07-19 11:48:40 +02:00
hidpp20.py hidpp20.py: handle gracefully errors at REPROG_CONTROLS_V4 2017-09-10 22:53:19 -03:00
i18n.py Update l10n strings in code 2016-12-21 00:18:01 +02:00
listener.py Fix issues with HID++ >= 2.0 devices (particularly related to sleep). 2018-08-10 23:15:37 -04:00
notifications.py Fix issues with HID++ >= 2.0 devices (particularly related to sleep). 2018-08-10 23:15:37 -04:00
receiver.py Add basic 0xc534 receiver and M185 mouse support 2017-03-21 18:00:44 +02:00
settings.py Add range validator 2016-06-09 19:46:03 +02:00
settings_templates.py Remove the hid++ high-res wheel notification 2017-09-10 21:49:18 -03:00
special_keys.py Add basic 0xc534 receiver and M185 mouse support 2017-03-21 18:00:44 +02:00
status.py Fix issues with HID++ >= 2.0 devices (particularly related to sleep). 2018-08-10 23:15:37 -04:00