Lines Matching defs:wacom_features
152 struct wacom_features { struct
153 const char *name;
154 int x_max;
155 int y_max;
156 int pressure_max;
157 int distance_max;
158 int type;
159 int x_resolution;
160 int y_resolution;
161 int numbered_buttons;
162 int x_min;
163 int y_min;
164 int device_type;
165 int x_phy;
166 int y_phy;
167 unsigned unit;
168 int unitExpo;
169 int x_fuzz;
170 int y_fuzz;
171 int pressure_fuzz;
172 int distance_fuzz;
173 unsigned quirks;
174 unsigned touch_max;
175 int oVid;
176 int oPid;
177 int pktlen;
178 bool check_for_hid_type;
179 int hid_type;
180 int last_slot_field;