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