diff options
| author | 2011-02-23 21:40:11 -0800 | |
|---|---|---|
| committer | 2011-02-23 21:43:31 -0800 | |
| commit | adf779c1ee1d5556ebd83e39a7189022d4ebce3a (patch) | |
| tree | add454348d5a2eca573fa6751fb20d576a5bce8e /include | |
| parent | Input: omap4-keypad - wire up runtime PM handling (diff) | |
Input: mcs_touchkey - add support for suspend/resume
This adds support for system-level suspend/resume to the driver.
Signed-off-by: Heungjun Kim <riverful.kim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/i2c/mcs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/i2c/mcs.h b/include/linux/i2c/mcs.h index 725ae7c313ff..61bb18a4fd3c 100644 --- a/include/linux/i2c/mcs.h +++ b/include/linux/i2c/mcs.h @@ -18,6 +18,7 @@ #define MCS_KEY_CODE(v) ((v) & 0xffff) struct mcs_platform_data { + void (*poweron)(bool); void (*cfg_pin)(void); /* touchscreen */ |
