Open Wattos opened 11 years ago
Nice. I've started writing my own, but got distracted by real life somewhere in the process. Have you posted it to linux-input? Would be pretty nice to get it upstreamed eventually. Also, maybe you should use keycodes that map to XF86Launch keys natively? I have those in my source, just need to look it up, and I'm not on Linux right now.
Which keycode would those be?
I looked around and only found keycodes which would map from Launch 7 upwards, (KEY_F13 I believe), but then I was not able to find the keys which map to Launch0, Launch1, at least on my configuration.
I just finished with the first version of the driver and was going to post there. Im sure Im doing couple of things wrong ^^
Hey, Since I am lacking a better way to contact you, I will simply create a new issue.
I have tried using your userspace, driver. While it is a good start, it started crashing as soon as I pressed media key buttons or the game button....
I decided to write a kernel driver for the keyboard. It is available here. https://github.com/Wattos/logitech-g710-linux-driver
Thanks again