diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-16 16:46:27 +0200 |
---|---|---|
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-16 16:46:27 +0200 |
commit | 6e3fda02445d8deb384921edeb67582d4af1494d (patch) | |
tree | 4cff2501535fb94ec6e31ef2798484ab3016590f /include/linux | |
parent | ce7b762837d2ca191580489dd655f8745cc32547 (diff) | |
download | kernel_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')
-rw-r--r-- | include/linux/i2c/touchkey_i2c.h | 2 |
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; |