Input: driver for touchscreen on iPaq h3xxx
authorDmitry Artamonow <mad_soft@inbox.ru>
Wed, 23 Jul 2014 16:56:01 +0000 (09:56 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 24 Jul 2014 19:39:52 +0000 (12:39 -0700)
commit3ea7e551424bca5d7bbfc664446d9d9daa7f62de
treed75d9dc40430fe8aaf74f433c3e2e1b0908b29e8
parentb9f12a5d97f652c77ef6803dccd0d40d1290f5be
Input: driver for touchscreen on iPaq h3xxx

This adds a driver for the touchscreen connected to the Atmel
microcontroller on the iPAQ h3xxx series.

Based on a driver from handhelds.org 2.6.21 kernel, written by Alessandro
GARDICH, with the bulk of the code for the new input architecture rewritten
by Dmitry Atamonow, and the final polish by Linus Walleij.

Signed-off-by: Alessandro GARDICH <gremlin@gremlin.it>
Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/ipaq-micro-ts.c [new file with mode: 0644]