diff options
author | Kristoffer Ericson <Kristoffer.Ericson@gmail.com> | 2007-09-26 00:02:56 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2007-09-26 00:02:56 -0400 |
commit | 5637f02a9cf84f2c00fd8a0f6561c375bb19103b (patch) | |
tree | 17b4f864995317e7e36cc5624c3f680bc22c67d4 /drivers/input/touchscreen/Makefile | |
parent | b0a4e1aa4063550faf7bc1c33b37c587796e931f (diff) |
Input: add support for the HP Jornada 7xx (710/720/728) touchscreen
Signed-off-by: Kristoffer Ericson <Kristoffer.Ericson@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 5de8933c4993..35d4097df35a 100644 --- a/drivers/input/touchscreen/Makefile +++ b/drivers/input/touchscreen/Makefile | |||
@@ -13,6 +13,7 @@ obj-$(CONFIG_TOUCHSCREEN_FUJITSU) += fujitsu_ts.o | |||
13 | obj-$(CONFIG_TOUCHSCREEN_MTOUCH) += mtouch.o | 13 | obj-$(CONFIG_TOUCHSCREEN_MTOUCH) += mtouch.o |
14 | obj-$(CONFIG_TOUCHSCREEN_MK712) += mk712.o | 14 | obj-$(CONFIG_TOUCHSCREEN_MK712) += mk712.o |
15 | obj-$(CONFIG_TOUCHSCREEN_HP600) += hp680_ts_input.o | 15 | obj-$(CONFIG_TOUCHSCREEN_HP600) += hp680_ts_input.o |
16 | obj-$(CONFIG_TOUCHSCREEN_HP7XX) += jornada720_ts.o | ||
16 | obj-$(CONFIG_TOUCHSCREEN_USB_COMPOSITE) += usbtouchscreen.o | 17 | obj-$(CONFIG_TOUCHSCREEN_USB_COMPOSITE) += usbtouchscreen.o |
17 | obj-$(CONFIG_TOUCHSCREEN_PENMOUNT) += penmount.o | 18 | obj-$(CONFIG_TOUCHSCREEN_PENMOUNT) += penmount.o |
18 | obj-$(CONFIG_TOUCHSCREEN_TOUCHRIGHT) += touchright.o | 19 | obj-$(CONFIG_TOUCHSCREEN_TOUCHRIGHT) += touchright.o |