0% found this document useful (0 votes)
281 views1 page

Logitech - Unifier GitHub

The document discusses a non-Unifying "NANO RECEIVER" used with some Logitech mice like the M305. The Nano receiver has a different device ID (0xc52f) than the standard Unifying receiver. The code for the Logitech Unifying receiver pairing tool needs to be modified to include this new device ID to allow pairing of mice using the Nano receiver. A user requested the modified files to allow pairing of their Nano receiver with other mice, but was advised other pairing tools may work better on Windows.

Uploaded by

damodara
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
281 views1 page

Logitech - Unifier GitHub

The document discusses a non-Unifying "NANO RECEIVER" used with some Logitech mice like the M305. The Nano receiver has a different device ID (0xc52f) than the standard Unifying receiver. The code for the Logitech Unifying receiver pairing tool needs to be modified to include this new device ID to allow pairing of mice using the Nano receiver. A user requested the modified files to allow pairing of their Nano receiver with other mice, but was advised other pairing tools may work better on Windows.

Uploaded by

damodara
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Non-Unifying "NANO RECEIVER" confirmed working (just add the ... https://github.

com/treeder/logitech_unifier/issues/4

treeder / logitech_unifier

Open Nephiel opened this issue on Feb 6, 2013 26 comments

Nephiel commented on Feb 6, 2013 Assignees

No one assigned
Hello,
Labels
Some Unifying-ready Logitech devices, such as the M305 mouse, come with a non-Unifying receiver. It looks
None yet
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.
Projects
I have M305 and M175 mice. both of them come with one of these Nano receivers. I added the ID to the
None yet
code and your pairing tool worked, both mice pair successfully.

All it needs is a new define in line 29: Milestone

No milestone

define USB_DEVICE_ID_M305_NANO_RECEIVER
14 participants
(__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.

djart01 commented on Nov 5, 2013

Hi,

can you send me please the modified files? I want to "hack" my receiver which comes with M325 to work
with other mouses. Thank you very very very much! [email protected]

Lekensteyn commented on Nov 5, 2013

@djart01 Are you aware that more modern tools exist, such as ltunify (simple) and https://github.com
/pwr/Solaar (more advanced)?

djart01 commented on Nov 5, 2013

I am so sorry, I need it for windows :-( my mistake.

Lekensteyn commented on Nov 5, 2013

@djart01 There exist a receiver (yours?) that can only pair to a single device. In order to use it with other
devices, you need to unbind (unpair) it first. Anyway, since you are using windows you should try the
software provided by Logitech, SetPoint.

1 of 6 01-12-2017, 03:29 PM

You might also like