Commit 184ab7a
committed
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.1 parent fe7fe3d commit 184ab7a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1505 | 1505 | | |
1506 | 1506 | | |
1507 | 1507 | | |
1508 | | - | |
| 1508 | + | |
1509 | 1509 | | |
1510 | 1510 | | |
1511 | 1511 | | |
| |||
0 commit comments