On Wed, 20 May 2009 15:36:17 +0300, Mike Rapoport wrote: > This patch adds support for Synaptics i2c touchpad controller found on > eXeda machine. > > Signed-off-by: Igor Grinberg <grinberg@xxxxxxxxxxxxxx> > Signed-off-by: Mike Rapoport <mike@xxxxxxxxxxxxxx> > CC: Jean Delvare <khali@xxxxxxxxxxxx> > > --- > v2 changelog: > - fix bugs and issues pointed out by Jean and Dmitry > - use workqueue instead of kthread > - reorganize methods order to something more logical > > --- > drivers/input/mouse/Kconfig | 18 + > drivers/input/mouse/Makefile | 1 + > drivers/input/mouse/synaptics_i2c.c | 700 +++++++++++++++++++++++++++++++++++ > 3 files changed, 719 insertions(+), 0 deletions(-) > create mode 100644 drivers/input/mouse/synaptics_i2c.c (I2C parts:) Acked-by: Jean Delvare <khali@xxxxxxxxxxxx> -- Jean Delvare -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html