Results 116 comments of PakoSt

Found the touchpad `byte_offset` values for X&&Y on DualSense. print of values: ``` offset 33 val:284 val:9 offset 33 val:288 val:9 offset 33 val:288 val:9 offset 33 val:294 val:8 offset...

Thanks, @kozec ! I wouldn't use the touchpad as a touchpad without further changes for now. It looks as if the jump occurs when lifting and then pressing down (could...

Well, the Bluetooth evdev config is all over the place. But it looks like as if only the Dpad and right stick will need some helping hand there. Or is...

Curious - `fftest` does work on the same machine: fftest result with DualSense ``` Device /dev/input/by-id/usb-Sony_Interactive_Entertainment_Wireless_Controller-if03-event-joystick opened Features: * Absolute axes: X, Y, Z, RX, RY, RZ, Hat 0 X,...

Thank you for the explanation, @kozec ! Not sure if rumble is something I can tackle yet. Now this is both great and a bit weird at the same time...

I think so far things are looking good. I've figured out which piece was missing for the erratic touchpad behaviour in USB mode (missed the [override](https://github.com/kozec/sc-controller/pull/648/commits/d83f956634a9e4d6720a596304bbd49e36733d09) earlier).Stil far slower cursor...

@lemonxah , yup, that should be enough :+1:

@lemonxah , as a note - you can build and run directly instead of installing. I found this to be a better way and would recommend it as it won't...

@lemonxah - both. However I am running on kernel 5.13 - if you are on kernel older than 5.12, then I don't know how it will react. The DualSense kernel...

For Bluetooth, I just pair the controller from the settings and then it gets picked up sc-controller automatically from what I can see. No idea if hooking it up through...