Re: [PATCH] iio:light:apds9960 add detection for MSHW0184 ACPI device in apds9960 driver

2020-12-21 Thread Jonathan Cameron
On Sun, 20 Dec 2020 14:05:17 -0800 Matt Ranostay wrote: > On Sat, Dec 19, 2020 at 5:51 PM Max Leiter wrote: > > > > The device is used in the Microsoft Surface Book 3 and Surface Pro 7 > > > > Signed-off-by: Max Leiter > > Reviewed-by: Matt Ranostay Applied to the togreg branch of iio.git

Re: [PATCH] iio:light:apds9960 add detection for MSHW0184 ACPI device in apds9960 driver

2020-12-20 Thread Matt Ranostay
On Sat, Dec 19, 2020 at 5:51 PM Max Leiter wrote: > > The device is used in the Microsoft Surface Book 3 and Surface Pro 7 > > Signed-off-by: Max Leiter Reviewed-by: Matt Ranostay > --- > drivers/iio/light/apds9960.c | 8 > 1 file changed, 8 insertions(+) > > diff --git

[PATCH] iio:light:apds9960 add detection for MSHW0184 ACPI device in apds9960 driver

2020-12-19 Thread Max Leiter
The device is used in the Microsoft Surface Book 3 and Surface Pro 7 Signed-off-by: Max Leiter --- drivers/iio/light/apds9960.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/iio/light/apds9960.c b/drivers/iio/light/apds9960.c index 9afb3fcc74e6..20719141c03a 100644 ---