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
usb: fix DUSB Request-to-Send var type attribute header byte. Fix#509
The OS does not want some newer vartypes (like exact-math ones)
to have an "older" vartype attr "header" byte (like 0x07), making
the transfer fail. We use 0x0F as this makes all CE vars transferable.
Verified with various files to work as expected.
See also debrouxl/tilibs#90 for more details
and a less CE-specific fix.
0 commit comments