diff options
Diffstat (limited to 'include/linux/i2c')
-rw-r--r-- | include/linux/i2c/tsc2007.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/i2c/tsc2007.h b/include/linux/i2c/tsc2007.h index 342b130a0a98..a51dac081aca 100644 --- a/include/linux/i2c/tsc2007.h +++ b/include/linux/i2c/tsc2007.h | |||
@@ -9,6 +9,7 @@ struct tsc2007_platform_data { | |||
9 | u16 max_rt; /* max. resistance above which samples are ignored */ | 9 | u16 max_rt; /* max. resistance above which samples are ignored */ |
10 | unsigned long poll_delay; /* delay (in ms) after pen-down event | 10 | unsigned long poll_delay; /* delay (in ms) after pen-down event |
11 | before polling starts */ | 11 | before polling starts */ |
12 | unsigned long poll_period; /* time (in ms) between samples */ | ||
12 | 13 | ||
13 | int (*get_pendown_state)(void); | 14 | int (*get_pendown_state)(void); |
14 | void (*clear_penirq)(void); /* If needed, clear 2nd level | 15 | void (*clear_penirq)(void); /* If needed, clear 2nd level |