Linus K.
Linus K.
I'm experiencing this same issue, when trying to build this for armv7-unknown-linux-gnueabihf.
Will take a look at it tomorrow. Probably requires adding a patching the bash-completion package as that on its own was not changed afaik.
Didn't get one until now sadly. Still on my todo list. Will try to get to it over the next days. Apologies for the waiting.
On plato, I translate the pixel coordinates manually when a rotation is used for the rM 2, because the shim does not support specifying a framebuffer rotation afaik. For the...
My guess would be that the Emulator doesn't accept the device since it didn't define any capabilities. Any system that takes input from the linux input event subsystem (the part...
Hi, just randomly bumped into this issue by chance. I'm personally a big fan of adding type hints. They make working in most texteditors a lot easier and don't require...
With "by default", I think they mean that when creating a device, they say to support Keyboard events since it's the most common use case. Evdev devices usually specify all...
Hi, initially it seems not the be related to changes in the official kernel specificially. I also have 5.7.9 which was built on Jul 16 (Full version: 5.7.9-1-MANJARO #1 SMP...
This diagram shows how I understand the system so far (so don't take it by its word):  The arrows are meant to show in what direction different kinds of...
> I had installed evdev globally (which is something I shouldn't do, I know) In that case you're probably already better than me. >After running the python script, the device...