-
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Hello,
Some Unifying-ready Logitech devices, such as the M305 mouse, come with a non-Unifying receiver. It looks the same, but instead of the Unifying logo it has "NANO RECEIVER" written on the case. The device ID of the nano receiver is 0xc52f.
I have M305 and M175 mice. both of them come with one of these Nano receivers. I added the ID to the code and your pairing tool worked, both mice pair successfully.
All it needs is a new define in line 29:
define USB_DEVICE_ID_M305_NANO_RECEIVER (__s16)0xc52f
and including this new ID in the comparison in line 59:
info.product != USB_DEVICE_ID_M305_NANO_RECEIVER &&
I'm posting this here in case you want to add it to the code.
Metadata
Metadata
Assignees
Labels
No labels