Skip to content

Commit

Permalink
fix udev rule that disables buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Nov 1, 2024
1 parent 375f65e commit 09c5400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/udev/rules.d/83-hhd.rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# KERNELS=="0020:1022:*", SUBSYSTEM=="iio", TEST=="in_accel_x_raw", TEST=="in_accel_y_raw", TEST=="in_accel_z_raw", ENV{IIO_SENSOR_PROXY_TYPE}=""

# Remove buffer polling from iio to prevent it messing with the controllers
SUBSYSTEM=="iio", TEST=="scan_elements/in_accel_x_en", TEST=="scan_elements/in_accel_y_en", TEST=="scan_elements/in_accel_z_en", ENV{IIO_SENSOR_PROXY_TYPE}-="iio-buffer-accel"
SUBSYSTEM=="iio", TEST=="in_accel_x_raw", TEST=="in_accel_y_raw", TEST=="in_accel_z_raw", TEST=="scan_elements/in_accel_x_en", TEST=="scan_elements/in_accel_y_en", TEST=="scan_elements/in_accel_z_en", ENV{IIO_SENSOR_PROXY_TYPE}="iio-poll-accel"

#
# Allow steam to access the raw controllers
Expand Down

0 comments on commit 09c5400

Please sign in to comment.