mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
td8801:modify gsensor orientation
This commit is contained in:
parent
29ce05a8a6
commit
eb6185eb40
|
|
@ -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,
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user