diff options
author | Jaya Kumar <jayakumar.lkml@gmail.com> | 2008-11-19 16:58:50 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2008-11-24 11:41:38 -0500 |
commit | 3eb1aa43ef5cb871ba3fb2f08633675eca374d2e (patch) | |
tree | a370e60ff68dcdf54e789496f4f3c2ff9499ea96 /drivers/input/touchscreen/Makefile | |
parent | e42b6646a8298fe06a33a0f68dab661335f5db6e (diff) |
Input: add support for Wacom W8001 penabled serial touchscreen
The Wacom W8001 sensor is a sensor device (uses electromagnetic
resonance) and it is interfaced via its serial microcontroller
to the host.
Signed-off-by: Jaya Kumar <jayakumar.lkml@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Makefile')
-rw-r--r-- | drivers/input/touchscreen/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Makefile b/drivers/input/touchscreen/Makefile index 15cf29079489..3dc84d3846c1 100644 --- a/drivers/input/touchscreen/Makefile +++ b/drivers/input/touchscreen/Makefile | |||
@@ -26,6 +26,7 @@ obj-$(CONFIG_TOUCHSCREEN_TOUCHIT213) += touchit213.o | |||
26 | obj-$(CONFIG_TOUCHSCREEN_TOUCHRIGHT) += touchright.o | 26 | obj-$(CONFIG_TOUCHSCREEN_TOUCHRIGHT) += touchright.o |
27 | obj-$(CONFIG_TOUCHSCREEN_TOUCHWIN) += touchwin.o | 27 | obj-$(CONFIG_TOUCHSCREEN_TOUCHWIN) += touchwin.o |
28 | obj-$(CONFIG_TOUCHSCREEN_UCB1400) += ucb1400_ts.o | 28 | obj-$(CONFIG_TOUCHSCREEN_UCB1400) += ucb1400_ts.o |
29 | obj-$(CONFIG_TOUCHSCREEN_WACOM_W8001) += wacom_w8001.o | ||
29 | obj-$(CONFIG_TOUCHSCREEN_WM97XX) += wm97xx-ts.o | 30 | obj-$(CONFIG_TOUCHSCREEN_WM97XX) += wm97xx-ts.o |
30 | wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9705) += wm9705.o | 31 | wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9705) += wm9705.o |
31 | wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9712) += wm9712.o | 32 | wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9712) += wm9712.o |