Re: [PATCH RFC leds + net-next v2 1/1] net: phy: marvell: add support for PHY LEDs via LED class
From: Marek Behun <hidden>
Date: 2020-07-23 21:46:20
Also in:
linux-leds, lkml
From: Marek Behun <hidden>
Date: 2020-07-23 21:46:20
Also in:
linux-leds, lkml
On Thu, 23 Jul 2020 23:35:31 +0200 Andrew Lunn [off-list ref] wrote:
I thought the brightness file disappeared when a trigger takes
over. So is this possible?
AndrewIt does not disappear nor should it. When you have a LED with 10 levels of brightness, you want to be able to configure with which brightness it blinks when controlled by a trigger. SW triggers use that brightness which was stored into the brightness file when blinking the LED. Marek