K97:alter orientation of gsensor

This commit is contained in:
杨云
2012-01-31 16:08:53 +08:00
committed by yangyun
parent 9796e33489
commit 8460fc2e6d

View File

@@ -1020,8 +1020,8 @@ static int mma8452_init_platform_hw(void)
static struct mma8452_platform_data mma8452_info = {
.model= 8452,
.swap_xyz= 1,
.swap_xy=1,
.orientation ={-1,0,0,0,1,0,0,0,-1},
.swap_xy=0,
.orientation ={1,0,0,0,0,1,0,-1,0},
.init_platform_hw= mma8452_init_platform_hw,
};