.init_platform_hw = mma7660_init_platform_hw,
#if defined(V86_VERSION_1_0) || defined(V86_VERSION_1_1)
#if defined(V86_VERSION_1_0)
- .orientation = {1, 0, 0, 0, 0, -1, 0, -1, 0},
+ .orientation = {1, 0, 0, 0, -1, 0, 0, 0, -1},
#else if defined(V86_VERSION_1_1)
- .orientation = {0, 1, 0, 0, 0, -1, 1, 0, 0},
+ .orientation = {0, 1, 0, 1, 0, 0, 0, 0, -1},
#endif
#else
- .orientation = {-1, 0, 0, 0, 0, -1, 0, 1, 0},
+ .orientation = {-1, 0, 0, 0, 1, 0, 0, 0, -1},
#endif
};
#endif
.irq_enable = 1,
.poll_delay_ms = 30,
.init_platform_hw = mma7660_init_platform_hw,
- .orientation = {-1, 0, 0, 0, 0, -1, 0, 1, 0},
+ .orientation = {-1, 0, 0, 0, 1, 0, 0, 0, -1},
};
#endif
.irq_enable = 1,
.poll_delay_ms = 30,
.init_platform_hw = mma7660_init_platform_hw,
- .orientation = {-1, 0, 0, 0, 0, 1, 0, -1, 0},
+ .orientation = {-1, 0, 0, 0, -1, 0, 0, 0, 1},
};
#endif
.irq_enable = 0,
.poll_delay_ms = 30,
.init_platform_hw = mxc6225_init_platform_hw,
- .orientation = { 0, 0, 0, 0, 1, 0, 1, 0, 0 },
+ .orientation = { 0, 0, 0, 1, 0, 0, 0, 1, 0 },
};
#endif
.irq_enable = 1,
.poll_delay_ms = 30,
.init_platform_hw = mma8452_init_platform_hw,
- .orientation = {-1, 0, 0, 0, 0, 1, 0, -1, 0},
+ .orientation = {-1, 0, 0, 0, -1, 0, 0, 0, 1},
};
#endif