You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iio: srf04: fix wrong limitation in distance measuring
The measured time value in the driver is limited to the maximum distance
which can be read by the sensor. This limitation was wrong and is fixed
by this patch.
It also takes into account that we are supporting a variety of sensors
today and that the recently added sensors have a higher maximum
distance range.
Changes in v2:
- Added a Tested-by
Suggested-by: Zbyněk Kocur <[email protected]>
Tested-by: Zbyněk Kocur <[email protected]>
Signed-off-by: Andreas Klinger <[email protected]>
Cc:<[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
0 commit comments