On Mon Jul 19 2021, Jesse Brandeburg wrote: > On 7/16/2021 2:24 PM, Tony Nguyen wrote: >> From: Kurt Kanzenbach >> >> Each i225 has three LEDs. Export them via the LED class framework. >> >> Each LED is controllable via sysfs. Example: >> >> $ cd /sys/class/leds/igc_led0 >> $ cat brightness # Current Mode >> $ cat max_brightness # 15 >> $ echo 0 > brightness # Mode 0 >> $ echo 1 > brightness # Mode 1 >> >> The brightness field here reflects the different LED modes ranging >> from 0 to 15. >> >> Signed-off-by: Kurt Kanzenbach >> Reviewed-by: Sebastian Andrzej Siewior >> Tested-by: Dvora Fuxbrumer >> Signed-off-by: Tony Nguyen > > Just a few hours ago, Kurt sent a revert for this patch, we should just > drop it from this series. Yes, I'll revisit this patch with the feedback received. Drop it for now. Thanks, Kurt