Skip to content
This repository has been archived by the owner on Dec 14, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 787 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 787 Bytes

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