aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i2c
diff options
context:
space:
mode:
authorDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-06-16 16:46:27 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-06-16 16:46:27 +0200
commit6e3fda02445d8deb384921edeb67582d4af1494d (patch)
tree4cff2501535fb94ec6e31ef2798484ab3016590f /include/linux/i2c
parentce7b762837d2ca191580489dd655f8745cc32547 (diff)
downloadkernel_samsung_smdk4412-6e3fda02445d8deb384921edeb67582d4af1494d.zip
kernel_samsung_smdk4412-6e3fda02445d8deb384921edeb67582d4af1494d.tar.gz
kernel_samsung_smdk4412-6e3fda02445d8deb384921edeb67582d4af1494d.tar.bz2
cypress: user configurable touchled timeout, allow to force disable leds
Diffstat (limited to 'include/linux/i2c')
-rw-r--r--include/linux/i2c/touchkey_i2c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/i2c/touchkey_i2c.h b/include/linux/i2c/touchkey_i2c.h
index e214c28..addd763 100644
--- a/include/linux/i2c/touchkey_i2c.h
+++ b/include/linux/i2c/touchkey_i2c.h
@@ -146,6 +146,8 @@ struct touchkey_i2c {
struct early_suspend early_suspend;
struct mutex lock;
struct device *dev;
+ struct work_struct work;
+ struct workqueue_struct *wq;
int irq;
int module_ver;
int firmware_ver;