Skip to content

v1.3.0: Further device expansion

Compare
Choose a tag to compare
@antheas antheas released this 04 Feb 18:59
· 931 commits to master since this release

This release further expands device support and enables LED support for Ayaneo and Ayn devices.

Features

  • Adds support for Ayn devices.
  • Adds support for Onexplayer devices.
  • Merges Ayaneo, Ayn, Aokzoe and Onexplayer into a common generic driver.
  • Enables led support for the generic driver by looking into /sys/class/leds/multicolor:chassis.
    • This requires the appropriate kernel driver for the device, see readme.
    • Changes rate limited to 4hz, since those drivers write to the EC, may be increased in the future.
  • Adds hhd.contrib module, which allows easy access to dumping events from event and hidraw devices

Pull Requests

Full Changelog: v1.2.1...v1.3.0