media: ov13b10: support new ACPI HID 'OVTI13B1'
authorBingbu Cao <bingbu.cao@intel.com>
Fri, 26 May 2023 10:07:23 +0000 (12:07 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 14 Jul 2023 11:06:30 +0000 (13:06 +0200)
On ACPI systems, the HID of ov13b10 is 'OVTI13B1', add this new
HID in acpi IDs table to make driver support it.

Signed-off-by: Hao Yao <hao.yao@intel.com>
Signed-off-by: Bingbu Cao <bingbu.cao@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/i2c/ov13b10.c

index 13d18192235ba72e79055f556bb81724a5b12c7e..207be51deaecd572cc0ace2e4e1299fe479f33ac 100644 (file)
@@ -1484,6 +1484,7 @@ static const struct dev_pm_ops ov13b10_pm_ops = {
 #ifdef CONFIG_ACPI
 static const struct acpi_device_id ov13b10_acpi_ids[] = {
        {"OVTIDB10"},
+       {"OVTI13B1"},
        { /* sentinel */ }
 };