summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/cyapa.h
diff options
context:
space:
mode:
authorDudley Du2015-01-18 03:49:37 +0100
committerDmitry Torokhov2015-01-18 09:10:28 +0100
commit6972a859601ab295f0873762d333ee1449152245 (patch)
treee93975e5f1abcafaef9da0a0c157b89e4acf7e72 /drivers/input/mouse/cyapa.h
parentInput: cyapa - re-design driver to support multi-trackpad in one driver (diff)
downloadkernel-qcow2-linux-6972a859601ab295f0873762d333ee1449152245.tar.gz
kernel-qcow2-linux-6972a859601ab295f0873762d333ee1449152245.tar.xz
kernel-qcow2-linux-6972a859601ab295f0873762d333ee1449152245.zip
Input: cyapa - add gen5 trackpad device basic functions support
This change adds support for Gen5 Cypress trackpads. The driver detects generation of the device at probe time and automatically selects appropriate protocol. Signed-off-by: Dudley Du <dudl@cypress.com> Tested-by: Jeremiah Mahler <jmmahler@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/mouse/cyapa.h')
-rw-r--r--drivers/input/mouse/cyapa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/mouse/cyapa.h b/drivers/input/mouse/cyapa.h
index aab19b7d9357..481a60d51efd 100644
--- a/drivers/input/mouse/cyapa.h
+++ b/drivers/input/mouse/cyapa.h
@@ -292,5 +292,6 @@ u16 cyapa_pwr_cmd_to_sleep_time(u8 pwr_mode);
extern const char product_id[];
extern const struct cyapa_dev_ops cyapa_gen3_ops;
+extern const struct cyapa_dev_ops cyapa_gen5_ops;
#endif