Skip to content

Release v0.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 18:34
v0.2.2

Added

  • IO library to read and parse events from a supported joystick.
  • Event test utility which displays the events similar to evtest.
  • Daemon to control and update the X52 joystick.
  • Import pinelog library for daemon logging.
  • Import inih library sources for daemon
    configuration parsing.

Changed

  • Linux kernel driver to correctly handle the X52/X52 Pro. This is not required
    for users running kernels with at least the following versions:
    • 5.9+
    • 5.8.10+
    • 5.4.66+
    • 4.19.146+
  • Make udev rules customizable at build time, so that the right input group can
    be used in the actual rules file. This allows systems such as openSUSE which
    use input as the group for input devices to behave the same as Ubuntu and
    other similar systems.
  • Code layout changed to improve parallel builds.
  • x52cli tests modified to use cmocka tests.

Full Changelog: v0.2.1...v0.2.2