(Userspace) LibUSB driver for older Hanvon tablets. Derived from the original kernel module.
Go to file
2011-11-02 20:39:35 +01:00
hanvon.c v0.4 linux patch approach 2011-11-02 20:39:35 +01:00
Makefile pressure now detected successfully 2011-06-14 22:44:09 +02:00
README readme update 2011-09-22 09:52:54 +02:00

Hanvon Artmaster 0806,1209 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,
four simple tablet buttons (note that the first one works only together with pen
activity), and the slider button.


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.  
"v0.3b:USB Hanvon AM0806,AM1209 tablet driver" should appear in the listing.

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


Revision history
================

0.0.1 - initial release
  0.2 - corrected pressure detection, working slider button
  0.3 - remaining buttons also working, added x and y tilting
 0.3b - patch for AM1209 support from Markus Zucker applied