Re: [PATCH 2/5] iio: hid-sensor-als: Support change sensitivity in illuminance too.

2021-03-01 Thread Srinivas Pandruvada
On Sun, 2021-02-28 at 14:45 +, Jonathan Cameron wrote: > On Sat, 27 Feb 2021 17:26:40 -0800 > Ronald Tschalär wrote: > > > Recent MacBook Pro's specify the usage of the change sensitivity > > field > > as illuminance (with a change sensitivity modifier) rather than as > > light. > > > >

Re: [PATCH 2/5] iio: hid-sensor-als: Support change sensitivity in illuminance too.

2021-02-28 Thread Jonathan Cameron
On Sat, 27 Feb 2021 17:26:40 -0800 Ronald Tschalär wrote: > Recent MacBook Pro's specify the usage of the change sensitivity field > as illuminance (with a change sensitivity modifier) rather than as > light. > > Signed-off-by: Ronald Tschalär This looks fine to me though it the hid sensors

[PATCH 2/5] iio: hid-sensor-als: Support change sensitivity in illuminance too.

2021-02-27 Thread Ronald Tschalär
Recent MacBook Pro's specify the usage of the change sensitivity field as illuminance (with a change sensitivity modifier) rather than as light. Signed-off-by: Ronald Tschalär --- drivers/iio/light/hid-sensor-als.c | 8 1 file changed, 8 insertions(+) diff --git