Kai Krakow
Kai Krakow
Also, you can try to replicate the testing steps with hidraw and - if you see any differences - test how to fix it.
> I've performed the same tests with the new driver, and results are exactly the same. > btw `./hidraw` does not trigger extra dmesg messages when the module is loaded...
> I can not see dmesg logs related to this last rumble, but based on the feeling and strength, it probably lasts 500ms and uses both motors. This is probably...
Thanks for testing. If it still works the same with the currently PR, then I consider this fixed and merge it.
The hidraw device bypasses kernel drivers, user-space like SDL will read the raw commands from the device. Thus for such software, it will work regardless of xpadneo being installed. This...
Please test #517
Please don't clone the other repository, add it as a remote: ```bash cd existing-xpadneo-clone git remote add kakra https://github.com/kakra/xpadneo.git git remote update ``` You can then switch to the PR...
> That worked, I installed that branch on my desktop and my Lenovo P14s Gen1 laptop, I won't know if it fixed it until there's a new kernel update though....
But dkms.conf in /var/lib/dkms/xpadneo...version should have autoinstall enabled... Could you check?
> No output of any kind. Yeah, I've seen this behavior myself randomly during testing. I've not found what's causing it: It just won't show an error message.