Skip to content

v0.1.4

Choose a tag to compare

@fhunleth fhunleth released this 20 Apr 17:48
· 16 commits to main since this release
  • New feature

    • Support libinput by managing the /run/udev directory for input devices.
      This means that eudev or the like are no longer required for web kiosks,
      Flutter or other UI frameworks that use libinput.
    • Add NervesUEvent.stats/0 for getting uevent report counters and more.
  • Bug fixes

    • Fix possible dropped uevents due to modprobe delaying processing too much.
      modprobe is now called asynchrnously and modalias strings are queued for
      batch processing when it completes.