Skip to content
New issue

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

sixaxis updates #2

Merged
merged 2 commits into from Feb 23, 2019
Merged

sixaxis updates #2

merged 2 commits into from Feb 23, 2019

Commits on Feb 21, 2019

  1. sixaxis-timeout: send correct exit code on success

    This was causing conflicts with potential EXIT_FAILURE return states
    (e.g. if the open or read functions failed).
    psyke83 committed Feb 21, 2019
    Copy the full SHA
    99d34ac View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. sixaxis-timeout: don't exit if device is grabbed by another process

    Certain applications grab exclusive control of the input event node;
    check for this case and ensure that the timeout is not a false-
    positive.
    psyke83 committed Feb 23, 2019
    Copy the full SHA
    01c001a View commit details
    Browse the repository at this point in the history