Linux Kernel
3.7.1
|
#include <synaptics.h>
Data Fields | |
unsigned long int | model_id |
unsigned long int | firmware_id |
unsigned long int | board_id |
unsigned long int | capabilities |
unsigned long int | ext_cap |
unsigned long int | ext_cap_0c |
unsigned long int | identity |
unsigned int | x_res |
unsigned int | y_res |
unsigned int | x_max |
unsigned int | y_max |
unsigned int | x_min |
unsigned int | y_min |
unsigned char | pkt_type |
unsigned char | mode |
int | scroll |
bool | absolute_mode |
bool | disable_gesture |
struct serio * | pt_port |
struct synaptics_mt_state | mt_state |
bool | mt_state_lost |
struct synaptics_hw_state | agm |
bool | agm_pending |
Definition at line 149 of file synaptics.h.
bool absolute_mode |
Definition at line 166 of file synaptics.h.
Definition at line 178 of file synaptics.h.
bool agm_pending |
Definition at line 179 of file synaptics.h.
Definition at line 153 of file synaptics.h.
unsigned long int capabilities |
Definition at line 154 of file synaptics.h.
bool disable_gesture |
Definition at line 167 of file synaptics.h.
Definition at line 155 of file synaptics.h.
Definition at line 156 of file synaptics.h.
Definition at line 152 of file synaptics.h.
Definition at line 157 of file synaptics.h.
unsigned char mode |
Definition at line 163 of file synaptics.h.
Definition at line 151 of file synaptics.h.
struct synaptics_mt_state mt_state |
Definition at line 171 of file synaptics.h.
bool mt_state_lost |
Definition at line 172 of file synaptics.h.
unsigned char pkt_type |
Definition at line 162 of file synaptics.h.
Definition at line 169 of file synaptics.h.
int scroll |
Definition at line 164 of file synaptics.h.
unsigned int x_max |
Definition at line 159 of file synaptics.h.
unsigned int x_min |
Definition at line 160 of file synaptics.h.
unsigned int x_res |
Definition at line 158 of file synaptics.h.
unsigned int y_max |
Definition at line 159 of file synaptics.h.
unsigned int y_min |
Definition at line 160 of file synaptics.h.
unsigned int y_res |
Definition at line 158 of file synaptics.h.