Skip to content

proximity: Add support for "proximity0" proximity sensors

Igor Baranov requested to merge BIG666/iio-sensor-proxy:master into master

This can be used in tsl2772 kernel driver, as well as devices with multiple channels, such as combined proximity and light sensors, that use "proximity0" as the channel name instead of "proximity".

This patch is inspired by 4dda433e, although it is implemented slightly differently.

Merge request reports