Re: [PATCH 2/4] input: misc: gp2a: Add support for light sensor

2019-01-25 Thread Dmitry Torokhov
On Fri, Jan 25, 2019 at 06:50:43PM +0100, Paweł Chmiel wrote: > From: Jonathan Bakker > > The gp2a driver previously only supported the proximity part of the > sensor while the hardware supports both. > > Signed-off-by: Jonathan Bakker > Signed-off-by: Paweł Chmiel > --- > drivers/input/misc/

[PATCH 2/4] input: misc: gp2a: Add support for light sensor

2019-01-25 Thread Paweł Chmiel
From: Jonathan Bakker The gp2a driver previously only supported the proximity part of the sensor while the hardware supports both. Signed-off-by: Jonathan Bakker Signed-off-by: Paweł Chmiel --- drivers/input/misc/Kconfig | 2 + drivers/input/misc/gp2ap002a00f.c | 71