thetrung / input-wacom

Linux kernel driver for Wacom devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is input-wacom?

The Linux Wacom Project manages the drivers, libraries, and documentation for configuring and running Wacom tablets under the Linux operating system. The project consist of this driver (input-wacom), xf86-input-wacom and libwacom. Our drivers are included in most major Linux distributions and provide out-of-the box support for a wide variety of Wacom tablets and component devices.

Given this, you will only need this driver if you have a newer Wacom device, are running an older operating system, or need a bugfix. If one of these situations applies to you, install input-wacom from source by following the instructions in our wiki.

Developers:

For developers and others needing additional information please see the wiki.

Install :

Clone this repo or download in tags/release, unzip && run this to install :

    if test -x ./autogen.sh; then ./autogen.sh; else ./configure; fi && make && sudo make install || echo "Build Failed"

About

Linux kernel driver for Wacom devices

License:GNU General Public License v2.0


Languages

Language:C 92.2%Language:Shell 3.9%Language:M4 2.6%Language:Makefile 1.3%