15a7b1b0d3
hexagonrpcd is necessary to provide access to the filesystem for the SDSP. Also, OP6 accelerometer is mounted differently than the screen, adjust it with a mount matrix. This way, screen rotations follow the actual screen rotation by the user.
3 lines
156 B
Text
3 lines
156 B
Text
# iio-sensor-proxy with libssc: accelerometer mount matrix
|
|
|
|
SUBSYSTEM=="misc", KERNEL=="fastrpc-*", ENV{ACCEL_MOUNT_MATRIX}+="-1, 0, 0; 0, -1, 0; 0, 0, -1"
|