Re: [PATCH] cap11xx: add LED support

2015-06-09 Thread Dmitry Torokhov
On Tue, Jun 09, 2015 at 07:25:42AM +0200, Daniel Mack wrote: Hi Matt, On 06/09/2015 05:46 AM, Matt Ranostay wrote: Several cap11xx variants have LEDs that be can be controlled, this patchset implements this functionality. Signed-off-by: Matt Ranostay mranos...@gmail.com ---

Re: [PATCH] cap11xx: add LED support

2015-06-09 Thread Matt Ranostay
On Mon, Jun 8, 2015 at 10:26 PM, Daniel Mack dan...@zonque.org wrote: On 06/09/2015 05:46 AM, Matt Ranostay wrote: Several cap11xx variants have LEDs that be can be controlled, this patchset implements this functionality. Signed-off-by: Matt Ranostay mranos...@gmail.com ---

Re: [PATCH] cap11xx: add LED support

2015-06-09 Thread Matt Ranostay
On Tue, Jun 9, 2015 at 10:12 AM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Tue, Jun 09, 2015 at 07:25:42AM +0200, Daniel Mack wrote: Hi Matt, On 06/09/2015 05:46 AM, Matt Ranostay wrote: Several cap11xx variants have LEDs that be can be controlled, this patchset implements this

Re: [PATCH] cap11xx: add LED support

2015-06-09 Thread Daniel Mack
On 06/09/2015 07:12 PM, Dmitry Torokhov wrote: On Tue, Jun 09, 2015 at 07:25:42AM +0200, Daniel Mack wrote: Use the .brightness_set_sync callback, so you don't have to dance around with the workers at all. Umm, how will it help? You still can't sleep in set_brightness().

[PATCH] cap11xx: add LED support

2015-06-08 Thread Matt Ranostay
Several cap11xx variants have LEDs that be can be controlled, this patchset implements this functionality. Signed-off-by: Matt Ranostay mranos...@gmail.com --- drivers/input/keyboard/cap11xx.c | 102 +-- 1 file changed, 99 insertions(+), 3 deletions(-) diff

Re: [PATCH] cap11xx: add LED support

2015-06-08 Thread Daniel Mack
Hi Matt, On 06/09/2015 05:46 AM, Matt Ranostay wrote: Several cap11xx variants have LEDs that be can be controlled, this patchset implements this functionality. Signed-off-by: Matt Ranostay mranos...@gmail.com --- drivers/input/keyboard/cap11xx.c | 102

Re: [PATCH] cap11xx: add LED support

2015-06-08 Thread Daniel Mack
On 06/09/2015 05:46 AM, Matt Ranostay wrote: Several cap11xx variants have LEDs that be can be controlled, this patchset implements this functionality. Signed-off-by: Matt Ranostay mranos...@gmail.com --- drivers/input/keyboard/cap11xx.c | 102 +-- 1