Wattos / logitech-g710-linux-driver

Logitech G710 Linux Driver
GNU General Public License v2.0
131 stars 38 forks source link

use separate files for different leds #19

Open bestouff opened 9 years ago

bestouff commented 9 years ago

I think it would be better to use separate sysfs files for different leds, instead of the bizarre combinations there are now, to integrate with existing userspace apps.

wdouglass commented 8 years ago

in my branch i'm working on using the standard kernel led class to work the leds. haven't finished yet, i'll post back here when i'm done.

tolga9009 commented 8 years ago

If you're still interested in kernel's LED API, take a look here: https://gist.github.com/tolga9009/540c5b4f599dbe7c10bd46ed78d38879. I was working on it a few months ago. The LED support should be complete, if I remember correctly. I've modified it quite a bit, so you might just look at the parts, which are interesting for you and port it to Wattos' kernel module.

However, I've abandoned it in favor of supporting Logitech G710 in https://github.com/tolga9009/sidewinderd, which is a feature complete user-space driver and works without any kernel modification.

bestouff commented 6 years ago

Hi guys, any news on the kernel module front ?