K900 / g710

Logitech G710 keyboard reverse engineering etc.
18 stars 1 forks source link

Kernel Driver #1

Open Wattos opened 11 years ago

Wattos commented 11 years ago

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

K900 commented 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.

Wattos commented 11 years ago

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 ^^