diff options
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-iio-mpu6050 | 13 | ||||
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-usb | 9 |
2 files changed, 22 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. | ||
diff --git a/Documentation/ABI/testing/sysfs-bus-usb b/Documentation/ABI/testing/sysfs-bus-usb index b6fbe514a869..c8baaf53594a 100644 --- a/Documentation/ABI/testing/sysfs-bus-usb +++ b/Documentation/ABI/testing/sysfs-bus-usb | |||
@@ -227,3 +227,12 @@ Contact: Lan Tianyu <tianyu.lan@intel.com> | |||
227 | Description: | 227 | Description: |
228 | The /sys/bus/usb/devices/.../(hub interface)/portX | 228 | The /sys/bus/usb/devices/.../(hub interface)/portX |
229 | is usb port device's sysfs directory. | 229 | is usb port device's sysfs directory. |
230 | |||
231 | What: /sys/bus/usb/devices/.../(hub interface)/portX/connect_type | ||
232 | Date: January 2013 | ||
233 | Contact: Lan Tianyu <tianyu.lan@intel.com> | ||
234 | Description: | ||
235 | Some platforms provide usb port connect types through ACPI. | ||
236 | This attribute is to expose these information to user space. | ||
237 | The file will read "hotplug", "wired" and "not used" if the | ||
238 | information is available, and "unknown" otherwise. | ||