td8801:modify gsensor orientation

This commit is contained in:
lw
2011-12-20 11:28:30 +08:00
parent 29ce05a8a6
commit eb6185eb40

View File

@@ -674,9 +674,9 @@ static struct bma023_platform_data bma023_info = {
.model= 023,
.swap_xy = 0,
.swap_xyz = 1,
.orientation = {1,0,0,
.orientation = {-1,0,0,
0,0,1,
0,1,0},
0,-1,0},
.init_platform_hw= bma023_init_platform_hw,
};