aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/input
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/input')
-rw-r--r--include/linux/input/ti_tscadc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/input/ti_tscadc.h b/include/linux/input/ti_tscadc.h
index b10a527a92a4..ad442a3eb68b 100644
--- a/include/linux/input/ti_tscadc.h
+++ b/include/linux/input/ti_tscadc.h
@@ -7,11 +7,17 @@
7 * i.e. 4/5/8 wire touchscreen support 7 * i.e. 4/5/8 wire touchscreen support
8 * on the platform. 8 * on the platform.
9 * @x_plate_resistance: X plate resistance. 9 * @x_plate_resistance: X plate resistance.
10 * @steps_to_configure: The sequencer supports a total of
11 * 16 programmable steps.
12 * A step configured to read a single
13 * co-ordinate value, can be applied
14 * more number of times for better results.
10 */ 15 */
11 16
12struct tsc_data { 17struct tsc_data {
13 int wires; 18 int wires;
14 int x_plate_resistance; 19 int x_plate_resistance;
20 int steps_to_configure;
15}; 21};
16 22
17#endif 23#endif