mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
Change GSensor Axis: swap x,y for mma8452
This commit is contained in:
parent
3a0c7c2771
commit
8dabe7ef2d
|
|
@ -492,7 +492,7 @@ static int mma8452_init_platform_hw(void)
|
|||
|
||||
static struct mma8452_platform_data mma8452_info = {
|
||||
.model= 8452,
|
||||
.swap_xy = 0,
|
||||
.swap_xy = 1,
|
||||
.init_platform_hw= mma8452_init_platform_hw,
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user