linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input: cap1106 - fix register definition
@ 2014-09-02  6:32 Klaus Goger
  2014-09-02  7:43 ` Daniel Mack
  0 siblings, 1 reply; 4+ messages in thread
From: Klaus Goger @ 2014-09-02  6:32 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Daniel Mack, linux-input, linux-kernel, Klaus Goger

Use the correct register address for Calibration Active and Interrupt
Enable

Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>
---
 drivers/input/keyboard/cap1106.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/input/keyboard/cap1106.c b/drivers/input/keyboard/cap1106.c
index 180b184..d70b65a 100644
--- a/drivers/input/keyboard/cap1106.c
+++ b/drivers/input/keyboard/cap1106.c
@@ -33,8 +33,8 @@
 #define CAP1106_REG_SENSOR_CONFIG	0x22
 #define CAP1106_REG_SENSOR_CONFIG2	0x23
 #define CAP1106_REG_SAMPLING_CONFIG	0x24
-#define CAP1106_REG_CALIBRATION		0x25
-#define CAP1106_REG_INT_ENABLE		0x26
+#define CAP1106_REG_CALIBRATION		0x26
+#define CAP1106_REG_INT_ENABLE		0x27
 #define CAP1106_REG_REPEAT_RATE		0x28
 #define CAP1106_REG_MT_CONFIG		0x2a
 #define CAP1106_REG_MT_PATTERN_CONFIG	0x2b
-- 
1.9.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-09-08 21:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-02  6:32 [PATCH] Input: cap1106 - fix register definition Klaus Goger
2014-09-02  7:43 ` Daniel Mack
2014-09-02 11:01   ` Klaus Goger
2014-09-08 21:46     ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).