wacom_wac.h (7dbd229e10603b3759f366007df2068dc2acfe46) wacom_wac.h (f81a1295cd9b6d3d3d7d7126e522d80917134b41)
1/*
2 * drivers/input/tablet/wacom_wac.h
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 */

--- 155 unchanged lines hidden (view full) ---

164 struct wacom_shared *shared;
165 struct input_dev *input;
166 struct input_dev *pad_input;
167 int pid;
168 int battery_capacity;
169 int num_contacts_left;
170 int bat_charging;
171 int ps_connected;
1/*
2 * drivers/input/tablet/wacom_wac.h
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 */

--- 155 unchanged lines hidden (view full) ---

164 struct wacom_shared *shared;
165 struct input_dev *input;
166 struct input_dev *pad_input;
167 int pid;
168 int battery_capacity;
169 int num_contacts_left;
170 int bat_charging;
171 int ps_connected;
172 u8 bt_features;
173 u8 bt_high_speed;
172};
173
174#endif
174};
175
176#endif