Bram Stolk

Results 114 comments of Bram Stolk

I can use OpenCL now, but sadly it segfaults as soon as I enqueue my kernel. The callstack is of little use. Is there any way that I can get...

UPDATE: I see the device `lsusb` now, if I press and hold BOOT button on device. But I still would like to know the polarity of the barrel plug, and...

I tried setting it with `ifconfig` in `if-pre-up.d/` but that did not work. I remember it working on sipeed rv86, but it does not work for pi4a.

Thanks for the PR, I think at least the systemd version needs a different approach though. About the SPACE functionality: it is not HOLD, it is just: * one press...

I usually run daemons as a user process. In Debian/Ubuntu there is a suitable user for it: `daemon` Also, package install dirs in debian/ubuntu are /usr not /usr/local. Lemme get...

Ok, it is clear to me now... what are all those veth interfaces? You have gazillions of them. They will need filtering out too, I will make a change for...

> So you found what is the culprit? Should work now.

I've built it from source... valgrind finds invalid read when I press the trigger of the Steam Controller. ``` ==544980== Invalid read of size 4 ==544980== at 0x492A9DA: HandleHat (SDL_sysjoystick.c:648)...

This is probably a SDL 2.0.4 bug. After upgrade to SDL 2.0.14, valgrind does not trigger on SDL, nor does it segfault.

Thanks for finding that. Yeah, I can't really explain why that happens. My best guess is that scan-lines are padded? So if the framed image is 5000 pixels wide, it...