summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorBingbu Cao <bingbu.cao@intel.com>2023-05-26 13:07:23 +0300
committerMauro Carvalho Chehab <mchehab@kernel.org>2023-07-14 14:06:30 +0300
commit9f71a7ba5d64ed46610824b920605a9b7e38da74 (patch)
treed61858b323017138f6a3c9d5c8b88cb6f2f4dcfa /drivers
parent7f92a2eea827ba93b7d3e929bff656f4e49d3e77 (diff)
downloadlinux-9f71a7ba5d64ed46610824b920605a9b7e38da74.tar.xz
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/i2c/ov13b10.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/i2c/ov13b10.c b/drivers/media/i2c/ov13b10.c
index 13d18192235b..207be51deaec 100644
--- a/drivers/media/i2c/ov13b10.c
+++ b/drivers/media/i2c/ov13b10.c
@@ -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 */ }
};