mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 15:04:27 +08:00
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:
parent
7f92a2eea8
commit
9f71a7ba5d
@ -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 */ }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user