Skip to content

anomaly256/lg4l

 
 

Repository files navigation

Logitech 4 Linux

This project is intended to provide kernel modules to support various Logictech input devices including:

  • G110
  • G13
  • G15 (needs testing)
  • G15v2
  • G19
  • G510 (does not work on my device)

This work has been mostly done by a couple of friendly people on the Freenode IRC channel #lg4l

If you're looking for some help, best to drop by there and see if anyone's around.

Building

All going well, you should be able to just install your kernel headers and type

# make
# make install

Now load the correct module for your device, eg:

# modprobe hid-g19

The modules will now be available but the device will still be grabbed by generic-usb. Run the rebind script to put the new module in control of the device:

# ./rebind

About

Logitech for Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.0%
  • Other 1.0%