Pavel Rojtberg

Results 350 comments of Pavel Rojtberg

probably we shoud automatically switch it to HID mode similar to: http://www.spinics.net/lists/linux-input/msg42180.html

poweroff currently only works for x360w controllers. The option you see sends the power off command automatically on suspend. There is no option to trigger this otherwise - you can...

for reference https://github.com/paroj/xpad/issues/5

applied a slightly modified version in this branch: https://github.com/paroj/xpad/tree/zeroplus please report, whether it also works for you.

can you try again with latest master?

the last 3 commits on Sep 3, 2016 improve xpad one support. The issue probably is a new firmware on the controllers which needs the updated handling that was implemented...

this is the part where the endpoints are picked: https://github.com/paroj/xpad/blob/master/xpad.c#L1566-L1582 maybe @cgutman can provide more hints.

can you try again with current master? A second init packet was added which fixed some other third party pads.

hmm.. we already had that packet once in #20 - go figure..

@cgutman could you please in future provide test code via a fork of this repo where one can see the diff? Right now we are teaching people to compile kernel...