hanvon-linux/README

39 lines
1.1 KiB
Plaintext
Raw Normal View History

2011-11-14 02:00:01 +05:30
Hanvon tablet driver
====================
2011-09-22 13:12:58 +05:30
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
2011-11-14 02:00:01 +05:30
one works only together with pen activity), and the slider button.
Supported hardware
==================
2012-06-01 01:17:39 +05:30
Artmaster I: AM0605, AM0806, AM1107, AM1209
2011-11-14 02:00:01 +05:30
Rollick: RL0604
2011-09-22 13:12:58 +05:30
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.
2011-09-22 13:22:54 +05:30
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
2011-11-03 01:56:08 +05:30
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
2011-11-14 02:00:01 +05:30
0.4 - code cleanup, RL0604 patch from Daniel Clemmer
2012-06-01 01:17:39 +05:30
0.5 - code cleanup, AM0605 support