(Userspace) LibUSB driver for older Hanvon tablets. Derived from the original kernel module.
Go to file
2012-03-26 23:11:59 +02:00
hanvon.c style adjustation, removed mutex 2012-03-26 23:11:59 +02:00
Makefile pressure now detected successfully 2011-06-14 22:44:09 +02:00
README open/close race conditions fixed, get_unaligned_be16 removed 2012-01-23 01:36:01 +01:00

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

Linux kernel driver for some Hanvon tablet usb models. Following functionality
is covered.  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
==================

Artmaster I: AM0806, AM1107, AM1209
Rollick: RL0604


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


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 from Markus Zucker applied
 0.3c - patch for AM1107 from Daniel Koch applied
 0.3d - support for right side buttons of AM1107 and AM1209
  0.4 - code cleanup, RL0604 patch from Daniel Clemmer