diff options
author | Ping Cheng <pinglinux@gmail.com> | 2010-06-28 10:10:51 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-06-28 10:12:26 +0200 |
commit | c8f2edc56acf0a55ede777c07314c9744bb723be (patch) | |
tree | c2c92ac75bf535b6315b745d0cb488c31f9515b0 /drivers/input/tablet/wacom_wac.h | |
parent | Input: wistron_btns - fix a memory leak in wb_module_init error path (diff) | |
download | linux-c8f2edc56acf0a55ede777c07314c9744bb723be.tar.xz linux-c8f2edc56acf0a55ede777c07314c9744bb723be.zip |
Input: wacom - add support for DTU2231 and DTU1631
Add support for the two new devices: DTU2231 and DTU1631.
Signed-off-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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/tablet/wacom_wac.h b/drivers/input/tablet/wacom_wac.h index 854b92092dfc..99e1a54cd305 100644 --- a/drivers/input/tablet/wacom_wac.h +++ b/drivers/input/tablet/wacom_wac.h @@ -43,6 +43,7 @@ enum { WACOM_G4, PTU, PL, + DTU, INTUOS, INTUOS3S, INTUOS3, |