a22: modify gsensor orientation

This commit is contained in:
lyx
2011-05-24 21:35:27 -07:00
parent cf77093219
commit ea579b41a8

View File

@@ -478,9 +478,9 @@ static struct mma8452_platform_data mma8452_info = {
.model= 8452,
.swap_xy = 0,
.swap_xyz = 1,
.orientation = {0,1,0,
0,0,-1,
1,0,0},
.orientation = {1,0,0,
0,0,-1,
0,-1,0},
.init_platform_hw= mma8452_init_platform_hw,
};