Releases: dkosmari/hid-wiimote-plus
Releases · dkosmari/hid-wiimote-plus
v0.9.2
Changed default udev rules: accelerometer, gyro and IR devices are inhibited by default, as they cause frustration when running buggy games. You have to manually edit /etc/udev/rules.d/99-wiimote.rules
to enable these devices.
The driver source code remains unchanged from v0.9.1.
v0.9.1
Restored compatibility with kernel < 6.2.0.
v0.9.0
- Merged Turntable support from Linux 6.4.3.
- Fixed a deadlock introduced on the previous version.
- Added udev rules for all devices.
v0.8.5
- All remaining memory allocations are now managed by the device; this ensures all memory is deallocated when the device disconnects.
- Added battery capacity level property: full, high, normal, low, critical.
v0.8.4
Fixed the battery charge level reporting.