From: Wan ZongShun Date: Thu, 11 Jun 2009 06:27:22 +0000 (-0700) Subject: Input: add support for touchscreen on W90P910 ARM platform X-Git-Tag: v2.6.31-rc1~100^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e3f73754e489e8c7742eaba15b608757b5bbb28;p=pandora-kernel.git Input: add support for touchscreen on W90P910 ARM platform The touchscreen works in two modes, wait trigger mode and auto-semi mode. The device starts in wait trigger mode and waits until pressure is detected, then device sets WT_INT bit and raises an interrupt. The driver should put the device into auto-semi mode and prepare for reading first X and then Y coordinates. When coordinate data is ready the driver sets ADC_INT bit and raises interrupt again. [dtor@mail.ru: various cleanups] Signed-off-by: Wan ZongShun Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed