You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
JayPiKay e48dedd9b0
fixed the shutdown freeze (closes #14, closes #4)
11 years ago
CMakeLists.txt providing: make install 11 years ago
Doxyfile Doxygen comments 11 years ago
README README added 11 years ago
g35.c fixed the shutdown freeze (closes #14, closes #4) 11 years ago
g35uinput.c Added runtime assignment for new key mappings (closes #5) 11 years ago
gpl-2.0.txt GPLv2 added 11 years ago
libg35.h Doxygen comments 11 years ago

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