forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new channel types support for gravity sensor. Gravity sensor provides an application-level or physical collection that identifies a device that measures exclusively the force of Earth's gravity along any number of axes. More information can be found in: http://www.usb.org/developers/hidpage/HUTRR59_-_Usages_for_Wearables.pdf Signed-off-by: Song Hongyan <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
- Loading branch information
Showing
4 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,6 +170,16 @@ Description: | |
Has all of the equivalent parameters as per voltageY. Units | ||
after application of scale and offset are m/s^2. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/in_gravity_x_raw | ||
What: /sys/bus/iio/devices/iio:deviceX/in_gravity_y_raw | ||
What: /sys/bus/iio/devices/iio:deviceX/in_gravity_z_raw | ||
KernelVersion: 4.11 | ||
Contact: [email protected] | ||
Description: | ||
Gravity in direction x, y or z (may be arbitrarily assigned | ||
but should match other such assignments on device). | ||
Units after application of scale and offset are m/s^2. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/in_anglvel_x_raw | ||
What: /sys/bus/iio/devices/iio:deviceX/in_anglvel_y_raw | ||
What: /sys/bus/iio/devices/iio:deviceX/in_anglvel_z_raw | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters