diff options
author | Jason Gerecke <killertofu@gmail.com> | 2012-04-03 15:47:22 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-04-04 09:25:41 -0700 |
commit | 9fee619505bdb202c9f54b58ec996884160cdbf2 (patch) | |
tree | 2ad56f5beb853f63a6c95a92ac0b98dc408bb88e /drivers/input/tablet/wacom_wac.h | |
parent | b3571400395e318306165eabbfbe05a4c3e4366c (diff) | |
download | op-kernel-dev-9fee619505bdb202c9f54b58ec996884160cdbf2.zip op-kernel-dev-9fee619505bdb202c9f54b58ec996884160cdbf2.tar.gz |
Input: wacom - add basic Intuos5 support
This patch adds support for the basic pen functions of Intuos5
tablets.
Signed-off-by: Jason Gerecke <killertofu@gmail.com>
Reviewed-by: Chris Bagwell <chris@cnpbagwell.com>
Reviewed-by: Ping Cheng <pingc@wacom.com>
Tested-by: Timo Aaltonen <tjaalton@ubuntu.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/tablet/wacom_wac.h')
-rw-r--r-- | drivers/input/tablet/wacom_wac.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/input/tablet/wacom_wac.h b/drivers/input/tablet/wacom_wac.h index ba5a334..0aa00ce 100644 --- a/drivers/input/tablet/wacom_wac.h +++ b/drivers/input/tablet/wacom_wac.h @@ -65,6 +65,9 @@ enum { INTUOS4S, INTUOS4, INTUOS4L, + INTUOS5S, + INTUOS5, + INTUOS5L, WACOM_24HD, WACOM_21UX2, CINTIQ, |