diff options
Diffstat (limited to 'include/linux/spi/ad7879.h')
-rw-r--r-- | include/linux/spi/ad7879.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/spi/ad7879.h b/include/linux/spi/ad7879.h index 6334cee1a3be..58368be0b4c0 100644 --- a/include/linux/spi/ad7879.h +++ b/include/linux/spi/ad7879.h | |||
@@ -12,6 +12,8 @@ struct ad7879_platform_data { | |||
12 | u16 y_min, y_max; | 12 | u16 y_min, y_max; |
13 | u16 pressure_min, pressure_max; | 13 | u16 pressure_min, pressure_max; |
14 | 14 | ||
15 | bool swap_xy; /* swap x and y axes */ | ||
16 | |||
15 | /* [0..255] 0=OFF Starts at 1=550us and goes | 17 | /* [0..255] 0=OFF Starts at 1=550us and goes |
16 | * all the way to 9.440ms in steps of 35us. | 18 | * all the way to 9.440ms in steps of 35us. |
17 | */ | 19 | */ |