summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/Makefile
diff options
context:
space:
mode:
authorMike Rapoport <mike@compulab.co.il>2009-06-11 08:08:39 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2009-06-19 22:56:45 -0700
commiteef3e4cab72eaf5345e3c73b2975c194a714f6cd (patch)
tree36106ee8038a87c1616e3deea7dd092d761ab64f /drivers/input/mouse/Makefile
parentec20a022aa24fc63d3ab59584cb1e5aa9a21d46c (diff)
downloadop-kernel-dev-eef3e4cab72eaf5345e3c73b2975c194a714f6cd.zip
op-kernel-dev-eef3e4cab72eaf5345e3c73b2975c194a714f6cd.tar.gz
Input: add driver for Synaptics I2C touchpad
This driver supports Synaptics I2C touchpad controller on eXeda mobile device. Unfortunaltely it only works in relative mode and thus is not comaptible with Xorg Synaptics driver. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/mouse/Makefile')
-rw-r--r--drivers/input/mouse/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/mouse/Makefile b/drivers/input/mouse/Makefile
index 4721894..010f265 100644
--- a/drivers/input/mouse/Makefile
+++ b/drivers/input/mouse/Makefile
@@ -18,6 +18,7 @@ obj-$(CONFIG_MOUSE_PS2) += psmouse.o
obj-$(CONFIG_MOUSE_PXA930_TRKBALL) += pxa930_trkball.o
obj-$(CONFIG_MOUSE_RISCPC) += rpcmouse.o
obj-$(CONFIG_MOUSE_SERIAL) += sermouse.o
+obj-$(CONFIG_MOUSE_SYNAPTICS_I2C) += synaptics_i2c.o
obj-$(CONFIG_MOUSE_VSXXXAA) += vsxxxaa.o
psmouse-objs := psmouse-base.o synaptics.o
OpenPOWER on IntegriCloud