aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/cyapa.h
diff options
context:
space:
mode:
authorDudley Du <dudl@cypress.com>2015-01-18 01:16:01 -0500
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-01-18 03:10:32 -0500
commit6499d390a166c28fdd94eb6c71b309adb15ae826 (patch)
treeda7fd8066dd0dc4fc5b880dfc8f13b1f27301e5a /drivers/input/mouse/cyapa.h
parent5812d3067294d88c1e7be553e9ffb6b69c920a93 (diff)
Input: cyapa - add gen5 trackpad read baseline support
Add read baseline function support for gen5 trackpad device, it can be used through sysfs baseline interface. 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/input/mouse/cyapa.h b/drivers/input/mouse/cyapa.h
index 51fcdb2a11a6..adc9ed5dcb0e 100644
--- a/drivers/input/mouse/cyapa.h
+++ b/drivers/input/mouse/cyapa.h
@@ -263,6 +263,8 @@ struct cyapa {
263 u8 y_origin; /* Y Axis Origin: 0 = top; 1 = bottom. */ 263 u8 y_origin; /* Y Axis Origin: 0 = top; 1 = bottom. */
264 int electrodes_x; /* Number of electrodes on the X Axis*/ 264 int electrodes_x; /* Number of electrodes on the X Axis*/
265 int electrodes_y; /* Number of electrodes on the Y Axis*/ 265 int electrodes_y; /* Number of electrodes on the Y Axis*/
266 int electrodes_rx; /* Number of Rx electrodes */
267 int aligned_electrodes_rx; /* 4 aligned */
266 int max_z; 268 int max_z;
267 269
268 /* 270 /*