diff options
author | Dudley Du <dudl@cypress.com> | 2015-01-18 05:49:37 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-01-18 11:10:28 +0300 |
commit | 6972a859601ab295f0873762d333ee1449152245 (patch) | |
tree | e93975e5f1abcafaef9da0a0c157b89e4acf7e72 /drivers/input/mouse/cyapa.h | |
parent | 9f1cd857518f29e1cb77c56c32354775994b27a6 (diff) | |
download | linux-6972a859601ab295f0873762d333ee1449152245.tar.xz |
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.h | 1 |
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 |