summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Shyti <andi@etezian.org>2013-07-18 21:11:52 +0200
committerAndi Shyti <andi@etezian.org>2013-07-18 21:11:52 +0200
commit848e240e8ab1a8504eb738f90bd66e26023908b7 (patch)
tree6dc82970e39db95c459e6ebd56bf17a575371992
parent674bba3579616884f21401bf0e28aa32cfb6262e (diff)
etzkx.c: update content of who am i register for KXCNL-1010HEADmaster
for KXCNL-1010 the who am i register (WIA 0x0F) is 0x0B and not 0x0F Signed-off-by: Andi Shyti <andi@etezian.org>
-rw-r--r--etzkx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/etzkx.c b/etzkx.c
index 27930b1..57f46aa 100644
--- a/etzkx.c
+++ b/etzkx.c
@@ -274,7 +274,7 @@
/* WAI register values */
#define ETZKX_WIA_LISN3DSH 0x3B
#define ETZKX_WIA_KXTNK 0x6E
-#define ETZKX_WIA_KXCNL 0x0F
+#define ETZKX_WIA_KXCNL 0x0B
/* ETZKX accelerometer type names */
#define ETZKX_LISN3DSH_NAME "lisn3dsh"