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 typed getters for input device config space #144

Merged
merged 8 commits into from
Jun 20, 2024
Merged

Add typed getters for input device config space #144

merged 8 commits into from
Jun 20, 2024

Commits on Jun 14, 2024

  1. Only read as much data from input config space as is available.

    The size of the data available for a particular selector is given by
    the device, so only read that much data rather than the full 128 bytes
    every time.
    qwandor committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f589404 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99f969c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9214cf3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75b17bd View commit details
    Browse the repository at this point in the history
  5. Fix name of reserved field.

    qwandor committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    627233a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    934a203 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Fix clippy lint warnings.

    qwandor committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    faedc28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97c1d3f View commit details
    Browse the repository at this point in the history