hanvon-linux/README

41 lines
1.0 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
2011-09-22 13:22:54 +05:30
Driver for Linux kernels which supports complete functionality of the tablet:
2011-11-14 02:00:01 +05:30
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
==================
2014-12-17 01:34:50 +05:30
AM3M, AM0605, AM0806, AM1107, AM1209
2013-02-03 21:52:26 +05:30
RL0604, RL0504
2015-01-27 02:41:38 +05:30
GP0504, GP0605, GP0605+, GP0806, GP0906
NXS1315
2015-01-27 02:41:38 +05:30
APPIV0906
2013-01-04 05:39:07 +05:30
AM - Artmaster I, RL - Rollick, GP - GraphicPal, NXS - Nilox
2015-01-27 02:41:38 +05:30
APP - Art Painter Pro
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.
Diagnostics
===========
After insmod, check with dmesg, if the module was loaded properly.
2011-11-14 02:01:23 +05:30
"USB Hanvon tablet driver" should appear in the listing.
2011-09-22 13:22:54 +05:30
2011-09-22 13:12:58 +05:30
lsmod should also contain hanvon in its listing: lsmod | grep hanvon