36a281e252
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>
11 lines
148 B
C
11 lines
148 B
C
#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
|