Skip to content

Non-Unifying "NANO RECEIVER" confirmed working (just add the ID) #4

@Nephiel

Description

@Nephiel

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions