We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Driver compiled fine but upon running jstest /dev/input/js0 giving error as below:
jstest /dev/input/js0
Driver version is 2.1.0. Joystick (MCP23017 Controller) has 2 axes (X, Y) and 12 buttons (BtnA, BtnB, BtnC, Btnx, BtnY, BtnZ, BtnTL, BtnTR, BtnTL2, BtnTR2, BtnSelect, BtnStart). Axes: 0: 0 1: 0 Buttons: 0:off 1:off 2:off 3:off 4:off 5:0ff 6:on 7:off 8:off 9:off 10:off 11:off
As you can see BtnTL is sticky to ON at all time. Can you please see if there is any way to fix up this issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Driver compiled fine but upon running
jstest /dev/input/js0
giving error as below:
Driver version is 2.1.0.
Joystick (MCP23017 Controller) has 2 axes (X, Y)
and 12 buttons
(BtnA, BtnB, BtnC, Btnx, BtnY, BtnZ, BtnTL, BtnTR, BtnTL2, BtnTR2, BtnSelect, BtnStart).
Axes: 0: 0 1: 0 Buttons: 0:off 1:off 2:off 3:off 4:off 5:0ff 6:on 7:off 8:off 9:off 10:off 11:off
As you can see BtnTL is sticky to ON at all time. Can you please see if there is any way to fix up this issue?
The text was updated successfully, but these errors were encountered: