Ultrawipf / OpenFFBoard

OpenFFBoard is a universal force feedback interface for DIY simulation devices
https://hackaday.io/project/163904-open-ffboard
MIT License
558 stars 117 forks source link

Fixes for linux compatibility #56

Closed Ultrawipf closed 2 years ago

Ultrawipf commented 2 years ago

Important fix: Fixed pool and block load report reply offset caused by doubled ID field in low level usb reply changed in tinyusb 0.13. This was no issue on windows because those reports were ignored but are important for some linux implementations to work.

Also fixes envelope scaling which caused constant force effects to be one sided if an envelope was used (extremely rare with games but linux does it almost always).