@@ -898,6 +898,7 @@ What: /sys/.../iio:deviceX/events/in_tempY_thresh_rising_en
898898What: /sys/.../iio:deviceX/events/in_tempY_thresh_falling_en
899899What: /sys/.../iio:deviceX/events/in_capacitanceY_thresh_rising_en
900900What: /sys/.../iio:deviceX/events/in_capacitanceY_thresh_falling_en
901+ What: /sys/.../iio:deviceX/events/in_pressure_thresh_rising_en
901902KernelVersion: 2.6.37
902903903904Description:
@@ -926,6 +927,7 @@ What: /sys/.../iio:deviceX/events/in_accel_y_roc_rising_en
926927What: /sys/.../iio:deviceX/events/in_accel_y_roc_falling_en
927928What: /sys/.../iio:deviceX/events/in_accel_z_roc_rising_en
928929What: /sys/.../iio:deviceX/events/in_accel_z_roc_falling_en
930+ What: /sys/.../iio:deviceX/events/in_accel_x&y&z_roc_rising_en
929931What: /sys/.../iio:deviceX/events/in_anglvel_x_roc_rising_en
930932What: /sys/.../iio:deviceX/events/in_anglvel_x_roc_falling_en
931933What: /sys/.../iio:deviceX/events/in_anglvel_y_roc_rising_en
@@ -1001,6 +1003,7 @@ Description:
10011003 to the raw signal, allowing slow tracking to resume and the
10021004 adaptive threshold event detection to function as expected.
10031005
1006+ What: /sys/.../events/in_accel_mag_adaptive_rising_value
10041007What: /sys/.../events/in_accel_thresh_rising_value
10051008What: /sys/.../events/in_accel_thresh_falling_value
10061009What: /sys/.../events/in_accel_x_raw_thresh_rising_value
@@ -1045,6 +1048,7 @@ What: /sys/.../events/in_capacitanceY_thresh_rising_value
10451048What: /sys/.../events/in_capacitanceY_thresh_falling_value
10461049What: /sys/.../events/in_capacitanceY_thresh_adaptive_rising_value
10471050What: /sys/.../events/in_capacitanceY_thresh_falling_rising_value
1051+ What: /sys/.../events/in_pressure_thresh_rising_value
10481052KernelVersion: 2.6.37
1049105310501054Description:
@@ -1147,6 +1151,7 @@ Description:
11471151 will get activated once in_voltage0_raw goes above 1200 and will become
11481152 deactivated again once the value falls below 1150.
11491153
1154+ What: /sys/.../events/in_accel_roc_rising_value
11501155What: /sys/.../events/in_accel_x_raw_roc_rising_value
11511156What: /sys/.../events/in_accel_x_raw_roc_falling_value
11521157What: /sys/.../events/in_accel_y_raw_roc_rising_value
@@ -1193,6 +1198,8 @@ Description:
11931198 value is in raw device units or in processed units (as _raw
11941199 and _input do on sysfs direct channel read attributes).
11951200
1201+ What: /sys/.../events/in_accel_mag_adaptive_rising_period
1202+ What: /sys/.../events/in_accel_roc_rising_period
11961203What: /sys/.../events/in_accel_x_thresh_rising_period
11971204What: /sys/.../events/in_accel_x_thresh_falling_period
11981205What: /sys/.../events/in_accel_x_roc_rising_period
@@ -1362,6 +1369,15 @@ Description:
13621369 number or direction is not specified, applies to all channels of
13631370 this type.
13641371
1372+ What: /sys/.../iio:deviceX/events/in_accel_x_mag_adaptive_rising_en
1373+ What: /sys/.../iio:deviceX/events/in_accel_y_mag_adaptive_rising_en
1374+ What: /sys/.../iio:deviceX/events/in_accel_z_mag_adaptive_rising_en
1375+ KernelVersion: 2.6.37
1376+ 1377+ Description:
1378+ Similar to in_accel_x_thresh[_rising|_falling]_en, but here the
1379+ magnitude of the channel is compared to the adaptive threshold.
1380+
13651381What: /sys/.../iio:deviceX/events/in_accel_mag_referenced_en
13661382What: /sys/.../iio:deviceX/events/in_accel_mag_referenced_rising_en
13671383What: /sys/.../iio:deviceX/events/in_accel_mag_referenced_falling_en
@@ -2422,3 +2438,23 @@ Description:
24222438 Value representing the user's attention to the system expressed
24232439 in units as percentage. This usually means if the user is
24242440 looking at the screen or not.
2441+
2442+ What: /sys/.../events/in_accel_value_available
2443+ KernelVersion: 6.18
2444+ 2445+ Description:
2446+ List of available threshold values for acceleration event
2447+ generation. Applies to all event types on in_accel channels.
2448+ Units after application of scale and offset are m/s^2.
2449+ Expressed as:
2450+
2451+ - a range specified as "[min step max]"
2452+
2453+ What: /sys/.../events/in_accel_period_available
2454+ KernelVersion: 6.18
2455+ 2456+ Description:
2457+ List of available periods for accelerometer event detection in
2458+ seconds, expressed as:
2459+
2460+ - a range specified as "[min step max]"
0 commit comments