Hi, On Sun, Oct 10, 2021 at 08:56:57PM +0200, Hans de Goede wrote: > +/* List of HIDs for which we honor deps of matching ACPI devs, when checking _DEP lists. */ > +static const char * const acpi_honor_dep_ids[] = { > + "INT3472", /* Camera sensor PMIC / clk and regulator info */ Is there some reason why we can't do this for all devices with _DEP? That way we don't need to maintain lists like this. Otherwise looks good.