aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/qt602240_ts.c
Commit message (Collapse)AuthorAgeFilesLines
* Input: qt602240_ts - fix wrong sizeof in object table allocationChris Leech2010-11-181-1/+1
| | | | | | | | | The kcalloc call for the object table is using sizeof(struct qt602240_data) when it should be using sizeof(struct qt6602240_object), resulting in a larger allocation than is required. Signed-off-by: Chris Leech <christopher.leech@linux.intel.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* Input: qt602240_ts - convert to using dev_pm_opsDmitry Torokhov2010-11-181-7/+12
| | | | Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* Input: Add ATMEL QT602240 touchscreen driverJoonyoung Shim2010-07-141-0/+1401
The chip's full name is AT42QT602240 or ATMXT224. This is a capacitive touchscreen supporting 10-contact multitouch and using I2C interface. Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com> Acked-by: Henrik Rydberg <rydberg@euromail.se> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>