Input: remove now deprecated corgi_ts.c touchscreen driver
authorEric Miao <eric.y.miao@gmail.com>
Sat, 20 Mar 2010 05:33:46 +0000 (22:33 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 14 Apr 2010 06:25:05 +0000 (23:25 -0700)
commit2adaabd47164a0f89364f46172c35613c4d1fbdd
tree6396b001b4023340a9e74a41705a46164798858e
parentab687b18aa77aeda5472d9ea054bf92c45c49c0c
Input: remove now deprecated corgi_ts.c touchscreen driver

The corgi touchscreen is now deprecated in favour of the generic ads7846.c
driver. The noise reduction technique used in corgi_ts.c, which is to wait
till vsync before ADC sampling, is also integrated into ads7846 driver now.
Provided that the original driver is not generic and is difficult to maintain,
it will be removed now.

Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/corgi_ts.c [deleted file]