Message ID | 20230526100725.2467635-1-bingbu.cao@intel.com |
---|---|
State | Accepted |
Commit | 9f71a7ba5d64ed46610824b920605a9b7e38da74 |
Headers | show |
Series | [RESEND,1/3] media: ov13b10: support new ACPI HID 'OVTI13B1' | expand |
diff --git a/drivers/media/i2c/ov13b10.c b/drivers/media/i2c/ov13b10.c index c1430044fb1e..ede33899248c 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 */ } };