MayeulC / Saitek

Tools to configure saitek (Mad Catz) R.A.T. mice and related devices
GNU General Public License v3.0
30 stars 10 forks source link

Compatibility issue with libusb1 1.50 #10

Closed MayeulC closed 7 years ago

MayeulC commented 7 years ago

This issue is long overdue. LibUSB1 1.50 changed the accepted data types for writing data on the USB bus; and now rejects the one we used.

Some refactoring is also needed at this level. This is currently a critical issue, as it prevents the tool from working on up-to-date systems.

The fix should not be invasive, and should be backwards-compatible.