(Userspace) LibUSB driver for older Hanvon tablets. Derived from the original kernel module.
Go to file
scuti f6cd7e70cb scuti/pressure (#2)
Pen pressure working.
2021-07-13 21:19:49 -07:00
hidapi@cdc473dfe4 Fooled around with hidapi 2020-09-30 02:06:27 -07:00
.gitignore Prototyping, dig into libusb to figure out asnyc data handling 2020-08-17 18:06:07 -07:00
.gitmodules Fooled around with hidapi 2020-09-30 02:06:27 -07:00
hanvon-libusb.c scuti/pressure (#2) 2021-07-13 21:19:49 -07:00
hanvon.c better handling for gp0504 2015-06-01 12:10:15 +02:00
Makefile Added libevdev 2020-10-02 21:37:41 -07:00
README readme update 2015-01-26 22:11:38 +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, AM0605, AM0806, AM1107, AM1209
RL0604, RL0504
GP0504, GP0605, GP0605+, GP0806, GP0906
NXS1315
APPIV0906

AM - Artmaster I, RL - Rollick, GP - GraphicPal, NXS - Nilox
APP - Art Painter Pro


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