diff options
author | Ping Cheng <pingc@wacom.com> | 2009-05-09 03:30:33 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-05-09 03:33:43 +0200 |
commit | 6f660f12d703fa23069317f0a64c6b75d08c15c2 (patch) | |
tree | 03c2a5abb0566b49ddd5c7275928295c79dae760 /drivers/input/tablet/wacom_wac.h | |
parent | Input: lifebook - don't send incomplete events (diff) | |
download | linux-6f660f12d703fa23069317f0a64c6b75d08c15c2.tar.xz linux-6f660f12d703fa23069317f0a64c6b75d08c15c2.zip |
Input: wacom - add support for Intuos4 tablets
Signed-oof-by: Ping Cheng <pingc@wacom.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 f9c8b69673b7..c10235aba7e5 100644 --- a/drivers/input/tablet/wacom_wac.h +++ b/drivers/input/tablet/wacom_wac.h @@ -25,6 +25,9 @@ enum { INTUOS3S, INTUOS3, INTUOS3L, + INTUOS4S, + INTUOS4, + INTUOS4L, CINTIQ, WACOM_BEE, WACOM_MO, |