The previous patch "c5ccf2ad3d33 (Input: synaptics-rmi4 - switch to
reduced reporting mode)" enabled reduced reporting mode unintentionally
on some devices, if the firmware was configured with default Delta X/Y
threshold values. The result unintentionally degrade the performance of
some touchpads.
This patch checks to see that the driver is modifying the delta X/Y
thresholds before modifying the reporting mode.
Signed-off-by: Andrew Duggan <aduggan@synaptics.com>
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| rmi_2d_sensor.c | ||
| rmi_2d_sensor.h | ||
| rmi_bus.c | ||
| rmi_bus.h | ||
| rmi_driver.c | ||
| rmi_driver.h | ||
| rmi_f01.c | ||
| rmi_f03.c | ||
| rmi_f11.c | ||
| rmi_f12.c | ||
| rmi_f30.c | ||
| rmi_f34.c | ||
| rmi_f34.h | ||
| rmi_f34v7.c | ||
| rmi_f54.c | ||
| rmi_f55.c | ||
| rmi_i2c.c | ||
| rmi_smbus.c | ||
| rmi_spi.c | ||