aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsbrissen <sbrissen@hotmail.com>2014-06-02 12:45:58 +0000
committerGerrit Code Review <gerrit@cyanogenmod.org>2014-06-02 12:45:58 +0000
commitdaf963537798a9e9e967a3ce316b3494f0f7c476 (patch)
treedb22ac181e6780987056a7c2c6dcd44108136305 /include
parentfd943581d0f60320105aeef5c523060475dbf455 (diff)
parent7b33a26b963567fe06cc289b684775811c7a72ea (diff)
downloadkernel_samsung_smdk4412-daf963537798a9e9e967a3ce316b3494f0f7c476.zip
kernel_samsung_smdk4412-daf963537798a9e9e967a3ce316b3494f0f7c476.tar.gz
kernel_samsung_smdk4412-daf963537798a9e9e967a3ce316b3494f0f7c476.tar.bz2
Merge "smdk4412: cypress-touchkey - add keydisabler" into cm-11.0
Diffstat (limited to 'include')
-rw-r--r--include/linux/i2c/touchkey_i2c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/i2c/touchkey_i2c.h b/include/linux/i2c/touchkey_i2c.h
index be989b5..60002d2 100644
--- a/include/linux/i2c/touchkey_i2c.h
+++ b/include/linux/i2c/touchkey_i2c.h
@@ -188,6 +188,7 @@ struct touchkey_i2c {
int (*power)(int on);
struct work_struct update_work;
int update_status;
+ atomic_t keypad_enable;
};
#endif /* _LINUX_CYPRESS_TOUCHKEY_I2C_H */