logiops/src/logid
pixl 0b87d3c664
Fixed bug: odd devices would fail Root GetFeature
Some devices throw an hidpp20::Error InvalidFeatureIndex when Root
GetFeature is called with some features (e.g. 0x1b04) as the parameter.

Since Root is a required feature in the HID++ 2.0 protocol, this error
can safely be ignored and treated as an UnsupportedFeature.

Fixes bug in #20 where the Logitech PRO headset would not work.
2020-07-12 16:15:48 -04:00
..
backend Fixed bug: odd devices would fail Root GetFeature 2020-07-12 16:15:48 -04:00
features Add SmartShift Device feature 2020-07-12 16:15:48 -04:00
util Move logger into util/log.h 2020-07-12 16:15:48 -04:00
Actions.cpp Add GPL copyright notice in all C++ source files 2020-07-12 16:15:32 -04:00
Actions.h Add GPL copyright notice in all C++ source files 2020-07-12 16:15:32 -04:00
CMakeLists.txt Add hidpp20 ReprogControls support 2020-07-12 16:15:48 -04:00
Configuration.cpp Add DPI feature 2020-07-12 16:15:48 -04:00
Configuration.h Split Configuration into several classes 2020-07-12 16:15:48 -04:00
Device.cpp Add getFeature function to Device 2020-07-12 16:15:48 -04:00
Device.h Add getFeature function to Device 2020-07-12 16:15:48 -04:00
DeviceFinder.cpp Add ability to blacklist devices 2020-07-04 00:10:44 -04:00
DeviceManager.cpp Move logger into util/log.h 2020-07-12 16:15:48 -04:00
DeviceManager.h Use unique pointer for global device manager 2020-07-12 16:15:48 -04:00
EvdevDevice.cpp Add GPL copyright notice in all C++ source files 2020-07-12 16:15:32 -04:00
EvdevDevice.h Add GPL copyright notice in all C++ source files 2020-07-12 16:15:32 -04:00
logid.cpp Split Configuration into several classes 2020-07-12 16:15:48 -04:00
logid.h Use unique pointer for global device manager 2020-07-12 16:15:48 -04:00
logid.service.cmake Move StartLimitIntervalSec to Unit 2020-05-15 04:07:17 -04:00
Receiver.cpp Remove some useless debug output 2020-07-12 16:15:48 -04:00
Receiver.h Monitor wake up/sleep events with Receiver 2020-07-12 16:15:48 -04:00
util.cpp Move logger into util/log.h 2020-07-12 16:15:48 -04:00
util.h Move logger into util/log.h 2020-07-12 16:15:48 -04:00