Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22b2807d authored by Hans de Goede's avatar Hans de Goede Committed by Mauro Carvalho Chehab
Browse files

[media] staging: atomisp: Add OVTI2680 ACPI id to ov2680 driver



Add OVTI2680 ACPI id to ov2680 driver

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 6706e900
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);