Lines Matching defs:wacom_features
139 struct wacom_features { struct
140 const char *name;
141 int x_max;
142 int y_max;
143 int pressure_max;
144 int distance_max;
145 int type;
146 int x_resolution;
147 int y_resolution;
148 int x_min;
149 int y_min;
150 int device_type;
151 int x_phy;
152 int y_phy;
153 unsigned unit;
154 int unitExpo;
155 int x_fuzz;
156 int y_fuzz;
157 int pressure_fuzz;
158 int distance_fuzz;
159 unsigned quirks;
160 unsigned touch_max;
161 int oVid;
162 int oPid;
163 int pktlen;
164 bool check_for_hid_type;
165 int hid_type;
166 int last_slot_field;