mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
rk3168_86v: fix gsensor direction mma7660
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user