mirror of https://gitee.com/openkylin/linux.git
[media] staging: atomisp: Add OVTI2680 ACPI id to ov2680 driver
Add OVTI2680 ACPI id to ov2680 driver Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
6706e9008d
commit
22b2807dae
|
@ -1521,6 +1521,7 @@ static int ov2680_probe(struct i2c_client *client,
|
|||
|
||||
static struct acpi_device_id ov2680_acpi_match[] = {
|
||||
{"XXOV2680"},
|
||||
{"OVTI2680"},
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(acpi, ov2680_acpi_match);
|
||||
|
|
Loading…
Reference in New Issue