Go to file
JayPiKay e48dedd9b0 fixed the shutdown freeze (closes #14, closes #4) 2012-04-08 19:04:55 +02:00
CMakeLists.txt providing: make install 2012-03-23 18:02:00 +01:00
Doxyfile Doxygen comments 2012-03-28 14:17:58 +02:00
README README added 2012-03-23 18:18:27 +01:00
g35.c fixed the shutdown freeze (closes #14, closes #4) 2012-04-08 19:04:55 +02:00
g35uinput.c Added runtime assignment for new key mappings (closes #5) 2012-04-05 13:00:11 +02:00
gpl-2.0.txt GPLv2 added 2012-03-21 16:06:42 +01:00
libg35.h Doxygen comments 2012-03-28 14:17:58 +02:00

README

Logitech G35 Headset support for Linux
======================================

This library provides support to handle the Logitech G35 Headset buttons. The
library is required by g35d (https://github.com/jaypikay/g35d).

Requirements
------------

* uinput

* cmake (>= 2.6)

Building
--------

To compile the project:

    # cmake .
    # make

If everything went smoothly the application can be installed with (Default
Prefix: /usr/local):

    # make install