-
Notifications
You must be signed in to change notification settings - Fork 426
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
Broken EX100 device names after commit b0297694d1ec8bbd4a0b7488104633c2ae6cf0a4 #943
Comments
See the recent messages on issue #716 |
The EX100 of that user is reporting connection notifications with full WPIDs.
|
Fixed by #944 |
@doctor64 The code in Solaar that handles receivers is undergoing extensive revision. Are you available to test it out as it applies to EX100 receivers? |
Currently EX100 combo on different PC, but yes, I can test it. Drop me a note when testing needed. |
Thanks. PR #2367 has the changed code. Just run Solaar as Also run To clone and use Solar from its GitHub repository
Run Solaar as bin/solaar from this directory. To run PR #2367, first clone Solaar if you have not already done so and cd to the clone directory. The first time you download the pull request, fetch it into a new branch and checkout that branch, as in:
To download a new version of the pull request, fetch it and then set your pull branch to the new fetch, as in:
|
@doctor64 Just in case I need to mention you for you be notified of my previous post. |
@pfps |
Yes, please open an issue for the errors on the current master branch. |
I tested updated PR.
|
Thanks. It appears that all looks good now and the PR can be merged. Can you provide the output of |
Here is it. |
BTW, I provided dump of EX100 registers some time ago, in docs/devices/ex100.txt |
Information
solaar --version
orgit describe --tags
if cloned from this repository): 1.0.3-70-g9de4d39uname -srmo
):Linux 5.3.0-64-generic x86_64 GNU/Linux
solaar show
:Describe the bug
Before commit b029769 Solaar window shows EX100 devices with names, after this commit only question marks appears. I think this caused by removing code for creating fake wpid's. EX100 devices does return only single-byte device ID's, so need to create fake WPID to make Solaar works as intended. Also note what EX100 devices have switched device kinds - so mouse reports as keyboard, and keyboard as mouse.
Solaar window with names:
To Reproduce
Steps to reproduce the behavior:
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: