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

Group the common checks together #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Apr 3, 2017

  1. Group the common checks together

    Instead of having the same rules copied for all devices, group the checks that
    we run on all of them anyway into a set of checks at the beginning. This way
    we can quickly filter out nonmatching devices.
    
    This also removes the ID_INPUT_JOYSTICK tag removal for js devices, the device
    should be matched by the preceding rule and thus have the property removed
    alrady.
    
    No real functional changes, but we now ignore remove events.
    whot committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    23b5c6b View commit details
    Browse the repository at this point in the history