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.
Signed-off-by: Peter Meerwald-Stadler <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
- Loading branch information
Showing
4 changed files
with
7 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -1255,12 +1255,14 @@ Description: | |
What: /sys/.../iio:deviceX/in_intensityY_raw | ||
What: /sys/.../iio:deviceX/in_intensityY_ir_raw | ||
What: /sys/.../iio:deviceX/in_intensityY_both_raw | ||
What: /sys/.../iio:deviceX/in_intensityY_uv_raw | ||
KernelVersion: 3.4 | ||
Contact: [email protected] | ||
Description: | ||
Unit-less light intensity. Modifiers both and ir indicate | ||
that measurements contains visible and infrared light | ||
components or just infrared light, respectively. | ||
components or just infrared light, respectively. Modifier uv indicates | ||
that measurements contain ultraviolet light components. | ||
|
||
What: /sys/.../iio:deviceX/in_intensity_red_integration_time | ||
What: /sys/.../iio:deviceX/in_intensity_green_integration_time | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,6 +77,7 @@ enum iio_modifier { | |
IIO_MOD_Q, | ||
IIO_MOD_CO2, | ||
IIO_MOD_VOC, | ||
IIO_MOD_LIGHT_UV, | ||
}; | ||
|
||
enum iio_event_type { | ||
|
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