aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rmi.h
diff options
context:
space:
mode:
authorNick Dyer <nick@shmanahar.org>2016-12-10 23:27:32 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2016-12-12 11:26:47 -0800
commit5191d88acc688743eef56f1c598a4e4cddf6c6cd (patch)
tree719693b8e8c697a21b4f2d1c4c3f3462426dc3aa /include/linux/rmi.h
parentInput: synaptics-rmi4 - fix debug for sensor clip (diff)
downloadlinux-dev-5191d88acc688743eef56f1c598a4e4cddf6c6cd.tar.xz
linux-dev-5191d88acc688743eef56f1c598a4e4cddf6c6cd.zip
Input: synaptics-rmi4 - add support for F34 V7 bootloader
Port firmware update code from Samsung Galaxy S7 driver into mainline framework. This patch has been tested on Synaptics S7813. Signed-off-by: Nick Dyer <nick@shmanahar.org> Tested-by: Chris Healy <cphealy@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include/linux/rmi.h')
-rw-r--r--include/linux/rmi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rmi.h b/include/linux/rmi.h
index ac910f730688..64125443f8a6 100644
--- a/include/linux/rmi.h
+++ b/include/linux/rmi.h
@@ -342,7 +342,7 @@ struct rmi_driver_data {
struct rmi_function *f01_container;
struct rmi_function *f34_container;
- bool f01_bootloader_mode;
+ bool bootloader_mode;
int num_of_irq_regs;
int irq_count;