Daniel Tobias
Daniel Tobias
may as well drop `-std=c99` and `-Wall` too, the std mega pio env sets `-Wall` and `-std=gnu++11` with and without `--fast-math` I get the same sha1sum for firmware.hex (on master...
If you'd like I can drop it down to just https://github.com/noisymime/speeduino/pull/517/commits/06f90400dde3356c2270c61bad146e59bc85a5aa for now, which is ints only, I can split that into a separate pull for signed and unsigned. Is...
sorry, I didn't mean to reset this branch. was trying to rebase on master
pull this commit, should be all that's missing now the xone init is sorted? https://github.com/ValveSoftware/steamos_kernel/commit/96053cb77390d18cc76cebead210481ea173bee5
Probably less important, but (0)03 heartbeat packets also send axes data. But there appears to be a bug with LT (bytes 6-7) are reset to 00. RT & sticks are...
07 appears to be once for press and once for release of home button. Possibly Windows asks for it more often, only logging on Linux. 03 appears to be every...
Yeah, (0)20 packets appear to be sent about every 8 milliseconds minimum. When a (0)03 packet is sent it doesn't appear to increase that. ``` Wall time Packet Diff ---------------------------------------...
`[21816.892128] input: Generic X-Box pad` If you've added the id before this, it doesnt seem to have worked correctly. Packets starting with `02` supposedly indicate 'waiting for connection' but xpad...
Try this commit https://github.com/dantob/xpad/commit/fd9d3d906e74ef8a480ce5aa3ecfda2247b20993 and make sure the device is being sent the initialize packet; `05 20 00 01 00` ``` [208961.704936] usb 1-6: new full-speed USB device number 26...
Trying to restore the window causes transmission to consume 100% of one cpu core until it is manually sent a KILL signal 4.0.0-beta.2.dev (76db72bc4b)