On Tuesday, October 10, 2023 1:12:05 PM CEST Bartosz Golaszewski wrote: > Gah! I should have noticed this earlier but this is a perfect > candidate for using hogs. Can you use gpiod_add_hogs() from > linux/gpio/machine.h instead? That would save you having the lookup > and the static leds descriptor array. >From what I can tell, the hogs keep a certain pin at a certain state as long as the machine is powered on. Is this really what we want to do with LEDs or am I missing something? Regards, Duje