Input: add driver for pixcir i2c touchscreens

This patch adds a driver for PIXCIR's I2C connected touchscreens.

Signed-off-by: Jianchun <jcbian@pixcir.com.cn>
Acked-by: Henrik Rydberg <rydberg@euromail.se>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
Jianchun Bian
2011-12-30 15:16:21 -08:00
committed by Dmitry Torokhov
parent 48c98b1bb8
commit 36a281e252
4 changed files with 262 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#ifndef _PIXCIR_I2C_TS_H
#define _PIXCIR_I2C_TS_H
struct pixcir_ts_platform_data {
int (*attb_read_val)(void);
int x_max;
int y_max;
};
#endif