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