On 11/10/14 04:35, Srinivas Pandruvada wrote: > Set the threshold to low by default. With this thresholds any movement > on the device with this sensor will generate event. > > Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@xxxxxxxxxxxxxxx> This is a slightly odd one. It's not technically a 'fix' but rather a change of default behaviour. I'll take the view the previous version was not intuitive so this is preferred and apply it to the fixes-togreg branch of iio.git. Jonathan > --- > drivers/iio/accel/bmc150-accel.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/iio/accel/bmc150-accel.c b/drivers/iio/accel/bmc150-accel.c > index c6df8ee..969cb21 100644 > --- a/drivers/iio/accel/bmc150-accel.c > +++ b/drivers/iio/accel/bmc150-accel.c > @@ -95,9 +95,9 @@ > #define BMC150_ACCEL_SLOPE_THRES_MASK 0xFF > > /* Slope duration in terms of number of samples */ > -#define BMC150_ACCEL_DEF_SLOPE_DURATION 2 > +#define BMC150_ACCEL_DEF_SLOPE_DURATION 1 > /* in terms of multiples of g's/LSB, based on range */ > -#define BMC150_ACCEL_DEF_SLOPE_THRESHOLD 5 > +#define BMC150_ACCEL_DEF_SLOPE_THRESHOLD 1 > > #define BMC150_ACCEL_REG_XOUT_L 0x02 > > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html