Kai Krakow

Results 1209 comments of Kai Krakow

I didn't realize PoE supports controllers now. I'll test that. The dongle will have no impact on the functionality of buttons it self, it only affects if the controller connects...

> I have both EV_KEY/KEY_RECORD/value 0 and EV_KEY/KEY_RECORD/value 1 on press where I expected I'm not yet sure why that happens. Could you try the v0.9 stable branch instead? It...

It's by design, we cannot mix keyboard and gaming input in the same device. And actually, there's no official gamepad event for the Share button in the Linux kernel.

That may be a bug or using some special mode with overflowing event ids which evtest may not properly show... as far as my research went, you are not allowed...

But it looks like such a mapping patch has been accepted into the kernel: https://lore.kernel.org/all/[email protected]/ So I may consider it post-v0.9...

This is difficult to implement: I was thinking about using a gamma adjustment for this but apparently it is not allowed to use floating point math in the kernel and...

Moving this to the v0.11 feature plan as this depends on how Xbox Elite 2 controllers implement hardware profile support.

Yep, it gets more and more clear that the primary issue is the controller firmware itself and since firmware 5.12, it seems rock solid on many Bluetooth chipsets.

I'm seeing the same problem, using Gentoo Linux. "hub create" simply shows 401: ``` kakra@jupiter ~/src/php-graveyard [git:master] $ HUB_VERBOSE=1 hub create $ git config alias.create $ git rev-parse -q --git-dir...

Nevermind: After removing `$HOME/.config/hub` it works. It asked my user/pass and stored a new token. I expected it to be found in `$HOME/.gitconfig` because there I removed it the first...