On Fri, Jul 09, 2010 at 04:53:11PM +0100, Alan Cox wrote: > Correct version this time > > From: Samuli Konttila <samuli.konttila@xxxxxxxxxxxxxx> > > Add support for the cy8ctmg110 capacitive touchscreen used on some embedded > devices. > > (Some clean up by Alan Cox) > > Signed-off-by: Alan Cox <alan@xxxxxxxxxxxxxxx> > --- > > drivers/input/touchscreen/Kconfig | 14 + > drivers/input/touchscreen/Makefile | 1 > drivers/input/touchscreen/cy8ctmg110_ts.c | 393 +++++++++++++++++++++++++++++ > include/linux/cy8ctmg110_pdata.h | 10 + I'll move it into include/linux/input/cy8ctmg110_pdata.h and kill some useless comments and will apply to next, thanks Alan. Hmm, I think device_init_wakeup() call is missing as well. And threaded IRQ being chared is somewhat unusual... But it is not oneshot so should be OK. -- Dmitry -- 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