Linux Kernel
3.7.1
|
Data Fields | |
struct input_dev * | dev |
struct serio * | serio |
struct completion | cmd_done |
int | id |
int | idx |
unsigned char | response_type |
unsigned char | response [W8001_MAX_LENGTH] |
unsigned char | data [W8001_MAX_LENGTH] |
char | phys [32] |
int | type |
unsigned int | pktlen |
u16 | max_touch_x |
u16 | max_touch_y |
u16 | max_pen_x |
u16 | max_pen_y |
char | name [64] |
Definition at line 83 of file wacom_w8001.c.
struct completion cmd_done |
Definition at line 86 of file wacom_w8001.c.
unsigned char data[W8001_MAX_LENGTH] |
Definition at line 91 of file wacom_w8001.c.
struct input_dev* dev |
Definition at line 84 of file wacom_w8001.c.
Definition at line 87 of file wacom_w8001.c.
int idx |
Definition at line 88 of file wacom_w8001.c.
u16 max_pen_x |
Definition at line 97 of file wacom_w8001.c.
u16 max_pen_y |
Definition at line 98 of file wacom_w8001.c.
u16 max_touch_x |
Definition at line 95 of file wacom_w8001.c.
u16 max_touch_y |
Definition at line 96 of file wacom_w8001.c.
char name[64] |
Definition at line 99 of file wacom_w8001.c.
char phys[32] |
Definition at line 92 of file wacom_w8001.c.
unsigned int pktlen |
Definition at line 94 of file wacom_w8001.c.
unsigned char response[W8001_MAX_LENGTH] |
Definition at line 90 of file wacom_w8001.c.
unsigned char response_type |
Definition at line 89 of file wacom_w8001.c.
Definition at line 85 of file wacom_w8001.c.
Definition at line 93 of file wacom_w8001.c.