Skip to content
Commit 25e61613 authored by Matt Helsley's avatar Matt Helsley Committed by Jiri Kosina
Browse files

HID: add proper support for pensketch 12x9 tablet



The Genius PenSketch 12x9 tablet has a puck (labeled a
"Tablet Mouse") in addition to a pen. Without registering a quirk
the tablet appears to be a single input device that reports the
wrong axis information in /proc/bus/input/devices, and sends
incorrect events (e.g. ABS_Z instead of ABS_Y). This information
confuses the X evdev driver and makes the device impossible to
use.

The quirk fixes events and splits the device into multiple input
event devices so that at least the puck is useful.

Signed-off-by: default avatarMatt Helsley <matt.helsley@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 5f6108cf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment