关于mini2440内核linux2.6.29触摸驱动发送给qt的数据结构是怎样?
是这个
typedef struct {
int x;
int y;
unsigned int pressure;
struct timeval tv;
} TS_EVENT;
还是
typedef struct {
unsigned short pressure;
unsigned short x;
unsigned short y;
unsigned short pad;
} TS_EVENT;
还是别的?在s3c2410-ts.c中看不出来啊?知道的麻烦说说。先谢了!