Changelog:
r45627 | gpz | 2025-04-07 20:09:08 +0000 (Mon, 07 Apr 2025) | 1 line
better check for invalid value
------------------------------------------------------------------------
r45626 | gpz | 2025-04-07 20:08:04 +0000 (Mon, 07 Apr 2025) | 1 line
disable debug output
------------------------------------------------------------------------
r45625 | gpz | 2025-04-06 13:02:04 +0000 (Sun, 06 Apr 2025) | 1 line
fix typo, patch by Stefan Haubental
------------------------------------------------------------------------
r45624 | gpz | 2025-04-05 15:58:18 +0000 (Sat, 05 Apr 2025) | 1 line
output a warning when the load address given is 0, eg because of mistyping a hex number without 0x
------------------------------------------------------------------------
r45623 | compyx | 2025-04-03 01:24:03 +0000 (Thu, 03 Apr 2025) | 6 lines
Joystick: Linux evdev: scan symlinks in /dev/input/by-id/
Rather than scanning /dev/input/ directly, we scan the symlinks generated by
udev in /dev/input/by-id/ and only process links ending in '-event-joystick'.
Will need testing if this on Debian specifically, or a general udev thing.
------------------------------------------------------------------------