chrippa / ds4drv

A Sony DualShock 4 userspace driver for Linux
MIT License
1.05k stars 213 forks source link

HIDRAW mode button sticking #99

Open ghost opened 8 years ago

ghost commented 8 years ago

I'm using hidraw mode and testing the input with the pygame joystick code found at the bottom of this page: http://www.pygame.org/docs/ref/joystick.html

Apart from getting two joysticks appearing in the program (which doesn't really bother me), any time I go to press a button, its value changes from 0 to 1, but then when released the value is still 1 (ie the button sticks and doesn't get "unpressed")

Ape commented 8 years ago

Please test the device with jstest or jstest-gtk.