diff options
author | Ge Gao <ggao@invensense.com> | 2013-02-01 19:26:00 -0500 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-02-10 12:42:43 -0500 |
commit | 09a642b78523e9f4c5970c806ad218aa3de31551 (patch) | |
tree | d233f7f645b66e8a02ff1128fcc6673a7183b047 /Documentation/ABI | |
parent | 8ce4a56a52bf566659768a9e46e759e7cd5f33d9 (diff) |
Invensense MPU6050 Device Driver.
This the basic functional Invensense MPU6050 Device driver.
Signed-off-by: Ge Gao <ggao@invensense.com>
Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-iio-mpu6050 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio-mpu6050 b/Documentation/ABI/testing/sysfs-bus-iio-mpu6050 new file mode 100644 index 000000000000..cb53737aacbf --- /dev/null +++ b/Documentation/ABI/testing/sysfs-bus-iio-mpu6050 | |||
@@ -0,0 +1,13 @@ | |||
1 | What: /sys/bus/iio/devices/iio:deviceX/in_gyro_matrix | ||
2 | What: /sys/bus/iio/devices/iio:deviceX/in_accel_matrix | ||
3 | What: /sys/bus/iio/devices/iio:deviceX/in_magn_matrix | ||
4 | KernelVersion: 3.4.0 | ||
5 | Contact: linux-iio@vger.kernel.org | ||
6 | Description: | ||
7 | This is mounting matrix for motion sensors. Mounting matrix | ||
8 | is a 3x3 unitary matrix. A typical mounting matrix would look like | ||
9 | [0, 1, 0; 1, 0, 0; 0, 0, -1]. Using this information, it would be | ||
10 | easy to tell the relative positions among sensors as well as their | ||
11 | positions relative to the board that holds these sensors. Identity matrix | ||
12 | [1, 0, 0; 0, 1, 0; 0, 0, 1] means sensor chip and device are perfectly | ||
13 | aligned with each other. All axes are exactly the same. | ||