Maybe you ask: Why is there still no new version of lomoco to support the latest Logitech Mice?
The answer is that I still don’t know how they detect a mouse connected to a receiver. Maybe they just have a table which defines which mice come with which receiver and then try some commands. If it fails it is mouse X and if not it must be mouse Y.
I already wrote some proof of concept for the new protocol and sometimes people contact me and the proof of concept is enough for them. So here is a list of small proof of concept utils:
g_hack.c
This is a tool to change the resolution on some gaming mice like the G5, G7 and G9.
http://git.lomoco.org/projects/lomoco.git/tree/proof-of-concept/g_hack.c
lomoco_battery.c
Battery information for a lot of cordless mice like MX, VX and VX Nano.
http://git.lomoco.org/projects/lomoco.git/tree/proof-of-concept/lomoco_battery.c
lomoco_reconnect.c
This allows you to reconnect your cordless mouse to the receiver. This is for MX, VX or VX Nano.
http://git.lomoco.org/projects/lomoco.git/tree/proof-of-concept/lomoco_reconnect.c
