Home
last modified time | relevance | path

Searched defs:synaptics_data (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/input/mouse/
Dsynaptics.h148 struct synaptics_data { struct
150 unsigned long int model_id; /* Model-ID */
151 unsigned long int capabilities; /* Capabilities */
152 unsigned long int ext_cap; /* Extended Capabilities */
153 unsigned long int ext_cap_0c; /* Ext Caps from 0x0c query */
154 unsigned long int identity; /* Identification */
155 unsigned int x_res, y_res; /* X/Y resolution in units/mm */
156 unsigned int x_max, y_max; /* Max coordinates (from FW) */
157 unsigned int x_min, y_min; /* Min coordinates (from FW) */
159 unsigned char pkt_type; /* packet type - old, new, etc */
[all …]