diff options
Diffstat (limited to 'include/linux/i2c')
| -rw-r--r-- | include/linux/i2c/atmel_mxt_ts.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/linux/i2c/atmel_mxt_ts.h b/include/linux/i2c/atmel_mxt_ts.h index 9f92135b6620..3891dc1de21c 100644 --- a/include/linux/i2c/atmel_mxt_ts.h +++ b/include/linux/i2c/atmel_mxt_ts.h | |||
| @@ -15,26 +15,11 @@ | |||
| 15 | 15 | ||
| 16 | #include <linux/types.h> | 16 | #include <linux/types.h> |
| 17 | 17 | ||
| 18 | /* Orient */ | ||
| 19 | #define MXT_NORMAL 0x0 | ||
| 20 | #define MXT_DIAGONAL 0x1 | ||
| 21 | #define MXT_HORIZONTAL_FLIP 0x2 | ||
| 22 | #define MXT_ROTATED_90_COUNTER 0x3 | ||
| 23 | #define MXT_VERTICAL_FLIP 0x4 | ||
| 24 | #define MXT_ROTATED_90 0x5 | ||
| 25 | #define MXT_ROTATED_180 0x6 | ||
| 26 | #define MXT_DIAGONAL_COUNTER 0x7 | ||
| 27 | |||
| 28 | /* The platform data for the Atmel maXTouch touchscreen driver */ | 18 | /* The platform data for the Atmel maXTouch touchscreen driver */ |
| 29 | struct mxt_platform_data { | 19 | struct mxt_platform_data { |
| 30 | const u8 *config; | 20 | const u8 *config; |
| 31 | size_t config_length; | 21 | size_t config_length; |
| 32 | u32 config_crc; | 22 | u32 config_crc; |
| 33 | |||
| 34 | unsigned int x_size; | ||
| 35 | unsigned int y_size; | ||
| 36 | unsigned char orient; | ||
| 37 | |||
| 38 | unsigned long irqflags; | 23 | unsigned long irqflags; |
| 39 | u8 t19_num_keys; | 24 | u8 t19_num_keys; |
| 40 | const unsigned int *t19_keymap; | 25 | const unsigned int *t19_keymap; |
