Input: synaptics_i2c_rmi: Add sensitivity adjust option.

Signed-off-by: Arve Hjønnevåg <arve@android.com>
This commit is contained in:
Arve Hjønnevåg
2009-07-14 20:51:49 -07:00
committed by Colin Cross
parent 3f8a4b06d2
commit 1d1ca96322
2 changed files with 8 additions and 0 deletions

View File

@@ -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 */