Re: [PATCH v2] leds: add LED_ON brightness as boolean value

2017-01-05 Thread Jacek Anaszewski
Hi Andi, Thanks for the update. Applied. On 01/05/2017 03:34 AM, Andi Shyti wrote: > Some devices do not handle the led brightness or simply don't > care about it. Conceptually said devices want to just switch on > or off the led. It is useless in this case to have a 255 range > of brightness, w

[PATCH v2] leds: add LED_ON brightness as boolean value

2017-01-04 Thread Andi Shyti
Some devices do not handle the led brightness or simply don't care about it. Conceptually said devices want to just switch on or off the led. It is useless in this case to have a 255 range of brightness, while just having an LED_ON and LED_OFF improves the boolean meaning of the led status. Signed