linux-sg2042/drivers/input/rmi4
Andrew Duggan e4add7b6be Input: synaptics-rmi4 - fix maximum size check for F12 control register 8
According to the RMI4 spec the maximum size of F12 control register 8 is
15 bytes. The current code incorrectly reports an error if control 8 is
greater then 14. Making sensors with a control register 8 with 15 bytes
unusable.

Signed-off-by: Andrew Duggan <aduggan@synaptics.com>
Reported-by: Chris Healy <cphealy@gmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2016-07-19 17:56:35 -07:00
..
Kconfig Input: synaptics-rmi4 - add SPI transport driver 2016-03-10 16:04:24 -08:00
Makefile Input: synaptics-rmi4 - add SPI transport driver 2016-03-10 16:04:24 -08:00
rmi_2d_sensor.c Input: synaptics-rmi4 - add device tree support for 2d sensors and F11 2016-03-10 16:04:05 -08:00
rmi_2d_sensor.h Input: synaptics-rmi4 - add device tree support for 2d sensors and F11 2016-03-10 16:04:05 -08:00
rmi_bus.c Input: synaptics-rmi4 - use of_get_child_by_name() to fix refcount 2016-07-14 09:40:39 -07:00
rmi_bus.h Input: synaptics-rmi4 - add device tree support for RMI4 I2C devices 2016-03-10 16:02:41 -08:00
rmi_driver.c Input: synaptics-rmi4 - remove check of Non-NULL array 2016-03-17 17:15:56 -07:00
rmi_driver.h Input: synaptics-rmi4 - add support for F30 2016-03-10 16:04:23 -08:00
rmi_f01.c Input: synaptics-rmi4 - add device tree support for RMI4 I2C devices 2016-03-10 16:02:41 -08:00
rmi_f11.c Input: synaptics-rmi4 - using logical instead of bitwise AND 2016-03-15 16:54:22 -07:00
rmi_f12.c Input: synaptics-rmi4 - fix maximum size check for F12 control register 8 2016-07-19 17:56:35 -07:00
rmi_f30.c Input: synaptics-rmi4 - add support for F30 2016-03-10 16:04:23 -08:00
rmi_i2c.c Input: synaptics-rmi4 - add device tree support for RMI4 I2C devices 2016-03-10 16:02:41 -08:00
rmi_spi.c Input: synaptics-rmi4 - add device tree support to the SPI transport driver 2016-03-10 16:04:25 -08:00