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
  • Issues
  • #636
Closed
Open
Issue created Jan 12, 2020 by Peter F. Patel-Schneider@pfpsContributor

c534 receivers don't have serial numbers and only can pair two devices

c534 are limited receivers. They don't have serial numbers and can only pair a limited number of devices.

There is special code to handle them that gives them a serial number of 0 (the integer) and pairing number of 6. Both cause problems.

idefix testing> ../bin/solaar -D /dev/hidraw10 show 99 solaar: error: 'int' object has no attribute 'lower'

This happens because 0 is not a string.

Setting the pairing number to 6 give a very false impression of the receiver.

A fix is in the works.

Assignee
Assign to
Time tracking