On Fri, Mar 27, 2026 at 10:07:49AM +0100, Marco Nenciarini wrote:
> Some ACPI INT3472 devices include a GPIO with DSM type 0x02, used for
> IR flood (strobe) illumination, which is currently unhandled.
>
> This series incrementally refactors the LED code and then adds strobe
> support:
>
> 1/4: Rename pled to led (pure rename, no functional change)
> 2/4: Introduce local variable for LED struct access
> 3/4: Add LED type enum, lookup tables, and multi-LED support
> 4/4: Add strobe LED type (GPIO 0x02)
Thanks for the update, more or less okay, a bit of technical routine with
reshuffling and rebasing and it should start looking really nice.
> Changes in v4:
> - Split into 4 patches as requested by Ilpo Jarvinen and Andy
> Shevchenko (v3 was 2 patches)
> - Patch 2/4: new patch extracting local variable refactor
> - Patch 3/4: new patch for enum/multi-LED infrastructure
> - Replaced switch-case with lookup tables for LED names and con_ids
> as suggested by Andy Shevchenko
The led was renamed from ir_flood to strobe. No description why.
--
With Best Regards,
Andy Shevchenko