Lines Matching defs:wacom_features
249 struct wacom_features { struct
250 const char *name;
251 int x_max;
252 int y_max;
253 int pressure_max;
254 int distance_max;
255 int type;
256 int x_resolution;
257 int y_resolution;
258 int numbered_buttons;
259 int offset_left;
260 int offset_right;
261 int offset_top;
262 int offset_bottom;
263 int device_type;
264 int x_phy;
265 int y_phy;
266 unsigned unit;
267 int unitExpo;
268 int x_fuzz;
269 int y_fuzz;
270 int pressure_fuzz;
271 int distance_fuzz;
272 int tilt_fuzz;
273 unsigned quirks;
274 unsigned touch_max;
275 int oVid;
276 int oPid;
277 int pktlen;
278 bool check_for_hid_type;
279 int hid_type;