Re: [PATCH 5/5] iio: proximity: hx9023s: add ACPI support
From: Andy Shevchenko
Date: Mon Feb 09 2026 - 03:44:59 EST
On Mon, Feb 09, 2026 at 11:37:06AM +0800, Yasin Lee wrote:
> Extend the hx9023s driver to support ACPI matching by adding TYHX9023
> to the ACPI device ID table.
...
> +#include <linux/acpi.h>
Why?
...
> +static const struct acpi_device_id hx9023s_acpi_match[] = {
> + { "TYHX9023", 0 },
No ', 0' part, please.
> + { }
> +};
...
And since you added a new ID, please add to the commit message if this is
in a wild (and hence the vendor and model of the device that it has) and
also an excerpt from DSDT to the comment block (after '---' line).
--
With Best Regards,
Andy Shevchenko