input: touchkey: add resume function 09/75709/1 accepted/tizen/mobile/20160622.021317 submit/tizen/20160621.063915
authorJoonyoung Shim <jy0922.shim@samsung.com>
Mon, 20 Jun 2016 09:42:18 +0000 (18:42 +0900)
committerJoonyoung Shim <jy0922.shim@samsung.com>
Mon, 20 Jun 2016 09:42:18 +0000 (18:42 +0900)
commit6e9479c7c433aa0e00faa9ab750535ed9d77cc1e
tree90dadd2a522c2422962970eb248e6159f2a9fac0
parentaea2a5eebeb8e44b8e64c070f67520e5a1c80b7f
input: touchkey: add resume function

Now, there is only suspend function then it will cause a problem that
touchkey is not working after sleep, so add resume function.

It's enough only that resume function calls tc300k_input_open() because
suspend function calls just tc300k_input_close().

Change-Id: I2b96fe797a94fbd20cd3082c9460130dd6b848eb
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
drivers/input/keyboard/coreriver/tc350-touchkey.c