From 848e240e8ab1a8504eb738f90bd66e26023908b7 Mon Sep 17 00:00:00 2001 From: Andi Shyti Date: Thu, 18 Jul 2013 21:11:52 +0200 Subject: etzkx.c: update content of who am i register for KXCNL-1010 for KXCNL-1010 the who am i register (WIA 0x0F) is 0x0B and not 0x0F Signed-off-by: Andi Shyti --- etzkx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3