mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
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>
10 lines
148 B
C
10 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
|