blob: 8862aab57efda0207fe7cd2eec0fd012da9d784a (
plain) (
blame)
1
2
3
4
5
6
7
|
# Copy into /etc/udev/rules.d/10-proximity.rules
# # iio-sensor-proxy
# Set PROXIMITY_NEAR_LEVEL for iio-sensor-proxy to pick up the proximity sensor
# Set the sensor type for all the types we recognise
ACTION=="add", SUBSYSTEM=="iio", TEST=="in_proximity_raw", ENV{PROXIMITY_NEAR_LEVEL}="50"
|