diff options
| author | Iiro Valkonen <iiro.valkonen@atmel.com> | 2011-02-15 16:36:52 -0500 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-02-21 04:02:34 -0500 |
| commit | 919ed895f0b4227da26ea1b0a1347db5010f105e (patch) | |
| tree | eb81c0ee83be2171b831412460258027884c2a02 /include/linux | |
| parent | 71749f5c66e797a39600dae9de58aab3858dc488 (diff) | |
Input: atmel_mxt_ts - allow board code to specify IRQ flags
Different board have different requirements/setups so let's be more
flexible.
Signed-off-by: Iiro Valkonen <iiro.valkonen@atmel.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/i2c/atmel_mxt_ts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/i2c/atmel_mxt_ts.h b/include/linux/i2c/atmel_mxt_ts.h index b8297685f489..f027f7a63511 100644 --- a/include/linux/i2c/atmel_mxt_ts.h +++ b/include/linux/i2c/atmel_mxt_ts.h | |||
| @@ -38,6 +38,7 @@ struct mxt_platform_data { | |||
| 38 | unsigned int threshold; | 38 | unsigned int threshold; |
| 39 | unsigned int voltage; | 39 | unsigned int voltage; |
| 40 | unsigned char orient; | 40 | unsigned char orient; |
| 41 | unsigned long irqflags; | ||
| 41 | }; | 42 | }; |
| 42 | 43 | ||
| 43 | #endif /* __LINUX_ATMEL_MXT_TS_H */ | 44 | #endif /* __LINUX_ATMEL_MXT_TS_H */ |
