diff options
author | Arve Hjønnevåg <arve@android.com> | 2009-07-14 20:51:49 -0700 |
---|---|---|
committer | Arve Hjønnevåg <arve@android.com> | 2009-07-24 16:18:37 -0700 |
commit | 2a354fe9ebeffb92f3d5ba3a9a95294b6e2aec83 (patch) | |
tree | ae7ece20251a65b4246ef82c02b0081ce24775de /include | |
parent | 198ba7ab3227c06d9ac2b7b90d6b9119ebeac36d (diff) |
Input: synaptics_i2c_rmi: Add sensitivity adjust option.
Signed-off-by: Arve Hjønnevåg <arve@android.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/synaptics_i2c_rmi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/synaptics_i2c_rmi.h b/include/linux/synaptics_i2c_rmi.h index ca51b2fc564d..0e40703807f4 100644 --- a/include/linux/synaptics_i2c_rmi.h +++ b/include/linux/synaptics_i2c_rmi.h @@ -48,6 +48,7 @@ struct synaptics_i2c_rmi_platform_data { uint32_t fuzz_y; /* 0x10000 = screen height */ int fuzz_p; int fuzz_w; + int8_t sensitivity_adjust; }; #endif /* _LINUX_SYNAPTICS_I2C_RMI_H */ |