Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S Solaar
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pwr-Solaar
  • Solaar
  • Merge requests
  • !736

receiver: don't check that device kind matches feature kind

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Peter F. Patel-Schneider requested to merge github/fork/pfps/kind into master Apr 11, 2020
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 1

Combined devices like the K400 have a keyboard and a trackpad but identify as keyboards so they can break the assumption that the kind of a feature matches the kind of the device. To fix this remove the check in settings.py for this match. Otherwise there would have to be special information about these kinds of devices and the check isn't doing anything particularly useful. The feature in question for the K400 is hi res scroll.

Fixes #266 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/pfps/kind