Re: [PATCH v7 5/5] media: ov8858: add ACPI device ID INT3477
Andy Shevchenko <[email protected]>
| Newsgroups | org.kernel.vger.linux-media,org.kernel.vger.linux-kernel,org.kernel.vger.platform-driver-x86 |
|---|---|
| Organization | Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo |
| Message-ID | <[email protected]> |
On Wed, Aug 19, 2026 at 04:01:07PM +0200, Thierry Chatard wrote:
> The Omnivision OV8858 appears in ACPI firmware under the HID INT3477 on
> Intel IPU3-based platforms such as the Dell Latitude 5285 2-in-1. Add
> INT3477 to the ACPI match table so the driver binds when instantiated by
> ipu_bridge.
...
> +static const struct acpi_device_id ov8858_acpi_ids[] = {
> + { "INT3477" },
Use C99 initialisers.
> + { /* sentinel */ },
No comma for the terminator line.
> +};
--
With Best Regards,
Andy Shevchenko