(Userspace) LibUSB driver for older Hanvon tablets. Derived from the original kernel module.
Go to file
ond b4570bf14b Merge branch 'backport'
dbg removed

Conflicts:
	README
	hanvon.c
2014-01-27 11:05:12 +01:00
hanvon.c Merge branch 'backport' 2014-01-27 11:05:12 +01:00
Makefile pressure now detected successfully 2011-06-14 22:44:09 +02:00
README Merge branch 'backport' 2014-01-27 11:05:12 +01:00

Hanvon tablet driver
====================

Driver for Linux kernels which supports complete functionality of the tablet:
pen coordinates, touch/float/click detection, pressure, x and y tilt, pen
button. On Artmaster I four simple tablet buttons (note that the first
one works only together with pen activity), and the slider button.


Supported hardware
==================

AM3M, AM0806, AM0605, AM1107, AM1209
RL0604, RL0504
GP0806, GP0605, GP0504
NXS1315

AM - Artmaster I, RL - Rollick, GP - GraphicPal, NXS - Nilox


Installation
============

Type 'make' to compile the module. New file hanvon.ko will be produced in
current directory. Load the module with root permissions

insmod ./hanvon.ko

If everything goes right the tablet should start working immediately.


Diagnostics
===========

After insmod, check with dmesg, if the module was loaded properly.  
"USB Hanvon tablet driver" should appear in the listing.

lsmod should also contain hanvon in its listing: lsmod | grep hanvon