media: ov13b10: support new ACPI HID 'OVTI13B1'

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>
This commit is contained in:
Bingbu Cao 2023-05-26 12:07:23 +02:00 committed by Mauro Carvalho Chehab
parent 7f92a2eea8
commit 9f71a7ba5d

View 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 */ }
};