Support for m500s mouse
Created by: m500s
Information
- Solaar version 1.0.7
- Distribution: Fedora 34
- Kernel version: Linux 5.14.13-200.fc34.x86_64 x86_64 GNU/Linux
- Output of
solaar show
for the target device (if applicable):
Is your feature request related to a problem? Please describe. The Logitech m500s mouse is not detected. Describe the solution you'd like The ability to adjust the dpi primarily, but any other available features would be nice. Additional context Here is some output based off the information requested in issue 1225. My logitech mx master 2 works fine and was unplugged for this output. The hidraw appears to give the correct rw permissions when the mouse is plugged and unplugged.
lsusb
Bus 001 Device 005: ID 046d:c093 Logitech, Inc. Advanced Corded Mouse M500s
ls -l /dev/hidraw*
crw-------. 1 root root 240, 2 Oct 23 13:44 /dev/hidraw2
crw-------. 1 root root 240, 3 Oct 23 13:24 /dev/hidraw3
crw-------. 1 root root 240, 4 Oct 23 13:24 /dev/hidraw4
crw-rw----+ 1 root root 240, 5 Oct 23 14:28 /dev/hidraw5
crw-rw----+ 1 root root 240, 6 Oct 23 14:28 /dev/hidraw6
solaar -dd show
14:38:09,697 DEBUG [MainThread] logitech_receiver.diversion: rule Key assuming action "pressed" for "Brightness Down"
14:38:09,697 DEBUG [MainThread] logitech_receiver.diversion: rule Key assuming action "pressed" for "Brightness Up"
14:38:09,698 DEBUG [MainThread] solaar.ui.tray: using AppIndicator3
14:38:09,708 DEBUG [MainThread] hidapi.udev: Found device BID 0003 VID 0000046D PID 0000C093 INTERFACE 0 FILTER 2
14:38:09,709 DEBUG [MainThread] hidapi.udev: Found device BID 0003 VID 0000046D PID 0000C093 INTERFACE 1 FILTER 2
solaar: error: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/solaar/cli/__init__.py", line 203, in run
raise Exception('No devices found')
Exception: No devices found
Please let me know if there is any additional information needed. Thank you.