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

Add a broken test to simulate libinputs sys-path and device path validation #49

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 9, 2015

  1. Add a test to simulate libinputs sys-path and device path validation

    When libinput is asked to open a device via path it opens the device
    directly but also tries to achieve the same by evaluating major minor
    from fstat(fd).st_rdev and opening the resulting
    /sys/dev/type/major:mior path. The information returned by fstat does
    currently not match the stat data received directly from the path.
    APokorny committed Oct 9, 2015
    Configuration menu
    Copy the full SHA
    8c30003 View commit details
    Browse the repository at this point in the history