MAY
21
2006
|
Another update for mx610hackIf you don't care about Logitech MX610 mouse support, you can safely stop reading now... I released an update to the mx610hack code about two months ago, but forgot to blog about it. I did announce it on the lomoco-dev mailing list, but there doesn't appear to be an archive. So you get it again. I've figured out the IM led now. As before, you send 6 bytes to report ID 0x10 The magic values are: unsigned char im_off[6] = { 0x01, 0x80, 0x52, 0x00, 0x06, 0x00 }; The normal on/off commands (0x05/0x06) give you a slow (ramp-like intensity There is a new version (0.3) of mx610hack available:
|
![]() |
Comments
These commands combine.
These commands combine. Example:
unsigned char email_pulse_im_flash[6] = { 0x01, 0x80, 0x52, 0x04, 0x03, 0x00 };
some general questions
Hello,
sorry for this blog entry, but i found no other way to ask you some question. I have search via google for some development infos about this mouse MX610 and found only this site here.
Where you get this information?
I want to build a program for WindowsXP and searching for more information than in your source code, for example detection of a mouseclick, for this mouse.
I hope you can give me some little hints.
best regards
Peter
question and infos
I'm trying to develop a kernel module to catch all buttons modifying lmctl_usb by David Oliveira (http://daemon.prozone.ws/~david/projects/lmpcm_usb/)
All the non standard buttons are reported as keys
I'd also like to bind leds control to 2 /proc file.
But it's my first module so it can take a long time...
Link Dead?
Link appears to be dead. Can someone host the file again?
Thanks
Link dead
Great work! I'd love to be able to get those lightsies working. Is there anywhere where we can download your mx610hack? frogmouth.net seems to be unavailable. If you're looking for hosting, I can put the file online on my own server if you'd like.
a python rewrite
A quick rewrite in Python. Severe ugliness due to ioctl structs.
http://pastebin.com/f2396f16e
And how to hook it up to gaim messages and evolution emails:
http://pastebin.com/f450c3855