aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/rmi4/rmi_driver.h
diff options
context:
space:
mode:
authorLyude Paul <thatslyude@gmail.com>2016-12-02 16:59:07 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2016-12-02 17:51:29 -0800
commitc5e8848fc98e363ea51b68de01392366312d9efa (patch)
treecd846b30158fc0b63b8695a79e740a254a66a9fe /drivers/input/rmi4/rmi_driver.h
parentInput: synaptics-rmi4 - have only one struct platform data (diff)
downloadlinux-dev-c5e8848fc98e363ea51b68de01392366312d9efa.tar.xz
linux-dev-c5e8848fc98e363ea51b68de01392366312d9efa.zip
Input: synaptics-rmi4 - add support for F03
This adds basic functionality for PS/2 passthrough on Synaptics Touchpads using RMI4 through smbus. Reviewed-by: Andrew Duggan <aduggan@synaptics.com> Signed-off-by: Lyude Paul <thatslyude@gmail.com> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/rmi4/rmi_driver.h')
-rw-r--r--drivers/input/rmi4/rmi_driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/rmi4/rmi_driver.h b/drivers/input/rmi4/rmi_driver.h
index cc9458522279..24f8f764d171 100644
--- a/drivers/input/rmi4/rmi_driver.h
+++ b/drivers/input/rmi4/rmi_driver.h
@@ -121,6 +121,7 @@ static inline void rmi_f34_remove_sysfs(struct rmi_device *rmi_dev)
#endif /* CONFIG_RMI_F34 */
extern struct rmi_function_handler rmi_f01_handler;
+extern struct rmi_function_handler rmi_f03_handler;
extern struct rmi_function_handler rmi_f11_handler;
extern struct rmi_function_handler rmi_f12_handler;
extern struct rmi_function_handler rmi_f30_handler;