You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a bug (crash in debug mode) with Spaceball 4000 FLX with
Fw: "Firmware version 2.42 created on 24-Oct-1997."
Initially it is detected as a 2003c - and this is normal, because both
use the 2.42 firmware version.
The first time a button above 8 (9, A, B, C written on the button) was
pressed the driver would access unallocated memory because `dev->bn_name`
only had space for 8 buttons. The `dev` structure is now properly
reinitialized.
Tested with:
Spaceball 4000 FLX with Fw: "Firmware version 2.42 created on 24-Oct-1997."
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ Device | Manufacturer | Note
34
34
------ | ------------ | ----
35
35
[Magellan SpaceMouse Classic](https://spacemice.org/index.php?title=Spacemouse_Classic) | LogiCad3D GmbH (1993) | Fw: "v MAGELLAN Version 5.79 by LOGITECH INC. 10/10/97"
36
36
[Spaceball 3003 FLX](https://spacemice.org/index.php?title=Spaceball_3003) | Spacetec IMC Ltd. (1996) | Fw: "Firmware version 2.62 created on 24-Oct-1997."
37
+
[Spaceball 4000 FLX](https://spacemice.org/index.php?title=Spaceball_4000) | Spacetec IMC Corporation | Fw: "Firmware version 2.42 created on 24-Oct-1997."
0 commit comments