diff options
| author | Robert Collins <rcollins@nvidia.com> | 2011-09-21 15:51:37 -0700 |
|---|---|---|
| committer | Dan Willemsen <dwillemsen@nvidia.com> | 2011-11-30 21:50:12 -0800 |
| commit | 9142901aa27a58a5c492f0f7428b65056fd377ab (patch) | |
| tree | 1276633a5a420be26a5f4d4748e7daec8a4addfc /include/linux/i2c | |
| parent | 760c58bf5cd0d0e4a1c2ec889e91baa9d3922a05 (diff) | |
input: touch: atmel_mxt_ts: Updated to new Atmel touch driver.
Updated to new Atmel touch driver. Added sysfs interface to
allow Config-UI applications to run.
Primary changes:
* Add sysfs interface to allow user applications access to the
touchscreen controller register interface. Required by
Config-UI utility.
* Fixed bug in stop/start functions that would prevent TS
from working with encrypted filesystems.
* Fix logic error that could cause a deadlock condition during
LP0 resume.
Change-Id: If25260e60843e3c3bb3a9818ed9146ea78c39902
Reviewed-on: http://git-master/r/65004
Reviewed-by: Robert Collins <rcollins@nvidia.com>
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Tested-by: Bharat Nihalani <bnihalani@nvidia.com>
Rebase-Id: R9bde02eeeae3a899e18d17b5ff26cac371729cb0
Diffstat (limited to 'include/linux/i2c')
| -rw-r--r-- | include/linux/i2c/atmel_mxt_ts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/i2c/atmel_mxt_ts.h b/include/linux/i2c/atmel_mxt_ts.h index 9b43e249ed9c..29550c11f6dd 100644 --- a/include/linux/i2c/atmel_mxt_ts.h +++ b/include/linux/i2c/atmel_mxt_ts.h @@ -53,6 +53,8 @@ struct mxt_platform_data { unsigned long irqflags; u8(*read_chg) (void); unsigned long config_crc; + unsigned int actv_cycle_time; + unsigned int idle_cycle_time; }; #endif /* __LINUX_ATMEL_MXT_TS_H */ |
