Lines Matching defs:elantech_device_info
141 struct elantech_device_info { struct
142 unsigned char capabilities[3];
143 unsigned char samples[3];
144 unsigned char debug;
145 unsigned char hw_version;
146 unsigned int fw_version;
147 unsigned int x_res;
148 unsigned int y_res;
149 unsigned int bus;
150 bool paritycheck;
151 bool jumpy_cursor;
152 bool reports_pressure;
153 bool crc_enabled;
154 bool set_hw_resolution;
178 struct elantech_device_info info; argument