projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4474e2a
)
rk3168_86v: fix gsensor direction mma7660
author
hjc
<hjc@rock-chips.com>
Tue, 12 Mar 2013 03:45:38 +0000
(11:45 +0800)
committer
hjc
<hjc@rock-chips.com>
Tue, 12 Mar 2013 03:45:38 +0000
(11:45 +0800)
arch/arm/mach-rk30/board-rk3168-86v.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk30/board-rk3168-86v.c
b/arch/arm/mach-rk30/board-rk3168-86v.c
index 97b71df6507d0393414782724d52cd27a17e5d75..7811536f3ae08b3d6ee77aa2a70fbc0bd6c357a9 100755
(executable)
--- a/
arch/arm/mach-rk30/board-rk3168-86v.c
+++ b/
arch/arm/mach-rk30/board-rk3168-86v.c
@@
-333,7
+333,7
@@
static struct sensor_platform_data mma7660_info = {
.irq_enable = 1,
.poll_delay_ms = 30,
.init_platform_hw = mma7660_init_platform_hw,
- .orientation = {0, -1, 0,
0, 0, -1, -1, 0, 0
},
+ .orientation = {0, -1, 0,
-1, 0, 0, 0, 0, -1
},
};
#endif