Skip to content

Releases: dkosmari/hid-wiimote-plus

v1.0.0

05 Jan 23:02

Choose a tag to compare

Wiimote core changes:

  • EEPROM is now writable (in debugfs nodes.)
  • I/O registers are readable and writable (in debugfs nodes.)

Balance Board changes:

  • Apply temperature correction to the weight reading.
  • More advanced battery reporting: added voltage and charge level.

Wii U Pro Controller changes:

  • More advanced battery reporting: added charge level.

General changes:

  • Perform computations in floating-point when available (on Linux 6.10+.)
  • Build fixes for Linux 6.16+.

v0.9.2

06 Nov 20:22

Choose a tag to compare

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

15 Jul 01:43

Choose a tag to compare

Restored compatibility with kernel < 6.2.0.

v0.9.0

14 Jul 04:33

Choose a tag to compare

  • 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

13 Jul 08:57

Choose a tag to compare

  • 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

12 Jul 22:29

Choose a tag to compare

Fixed the battery charge level reporting.

v0.8.3

24 Mar 10:28

Choose a tag to compare

First public release.