logiops/src/logid
Kristóf Marussy 911e91eeeb
Enable fewer EV_KEY events in InputDevice
Fixes #166

Starting with systemd 247 (?), desktop environments fail to recognize
the virtual input device if it has too many enabled libinput events.

It seems like KEY_ROTATE_LOCK_TOGGLE as the highest enabled event is a
good limit. This is the highest evdev event mapped by xkb, so the
usefulness higher events is limited, anyways.
2020-12-14 19:49:51 +01:00
..
actions Revert "Enable compatibility with libconfig older than v1.5" 2020-11-23 15:42:29 -05:00
backend Fix ThumbWheel setStatus arg alignment 2020-09-05 18:00:18 -04:00
features Revert "Enable compatibility with libconfig older than v1.5" 2020-11-23 15:42:29 -05:00
util Apply clang-tidy inspections 2020-07-14 00:12:40 -04:00
CMakeLists.txt Implement ThumbWheel feature 2020-08-22 16:59:10 -04:00
Configuration.cpp Revert "Enable compatibility with libconfig older than v1.5" 2020-11-23 15:42:29 -05:00
Configuration.h Add ability to ignore devices 2020-07-14 16:21:14 -04:00
Device.cpp Implement ThumbWheel feature 2020-08-22 16:59:10 -04:00
Device.h Refer to receiver from receiver devices 2020-07-20 00:25:04 -04:00
DeviceManager.cpp Fix bad removeDevice map check 2020-07-19 23:48:24 -04:00
DeviceManager.h Use unique pointer for global device manager 2020-07-12 16:15:48 -04:00
InputDevice.cpp Enable fewer EV_KEY events in InputDevice 2020-12-14 19:49:51 +01:00
InputDevice.h Cleanup in InputDevice 2020-12-14 19:49:28 +01:00
logid.cpp Apply clang-tidy inspections 2020-07-14 00:12:40 -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 Refer to receiver from receiver devices 2020-07-20 00:25:04 -04:00
Receiver.h Refer to receiver from receiver devices 2020-07-20 00:25:04 -04:00