-
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
macOS: Add support for Bluetooth devices #2730
Conversation
0947080
to
7f6215a
Compare
353bae3
to
55f6e9d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but I can't test it. Have you tested out the CLI with this change?
a5c45e3
to
0e6e712
Compare
Looks fine now. The endian needs to be little here. |
OK. Can you create something for Release_Notes.md and any changes needed for documentation and add to this PR? |
Okay |
Use hidapi on macOS to communicate and configure Logitech peripherals connected via Bluetooth. This brings macOS device support on the same level as Linux. However, some rules might not be supported yet on macOS. Tested with MX Keys and MX Master 3S. Fixes pwr-Solaar#2729
Warning about missing udev rules do not apply to macOS. Related pwr-Solaar#2729
0e6e712
to
958acb9
Compare
Added release notes for next Solaar version 1.15 |
OK, merging. |
Use hidapi on macOS to communicate with Logitech peripherals connected via Bluetooth. This brings macOS device support on the same level as Linux.
Tested with MX Keys and MX Master 3S.
Fixes #2729