CrossMacro v0.9.5 - Device Compatibility Fix
This release fixes input device access issues when third-party device managers are installed.
Key Changes:
-
Device Access Fix:
- Added CAP_DAC_READ_SEARCH capability to bypass permission restrictions set by OpenRazer, Solaar, Piper, and similar programs.
- Daemon can now access input devices regardless of udev rule modifications by other software.
-
Improved Error Messages:
- Better diagnostics when devices are exclusively grabbed by other programs (errno 16).
- Provides actionable command to identify blocking process:
sudo fuser -v /dev/input/eventX
Ref: #18
Full Changelog: v0.9.4...v0.9.5