Browse Source

[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>
Hans de Goede 8 years ago
parent
commit
22b2807dae
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/staging/media/atomisp/i2c/ov2680.c

+ 1 - 0
drivers/staging/media/atomisp/i2c/ov2680.c

@@ -1521,6 +1521,7 @@ out_free:
 
 static struct acpi_device_id ov2680_acpi_match[] = {
 	{"XXOV2680"},
+	{"OVTI2680"},
 	{},
 };
 MODULE_DEVICE_TABLE(acpi, ov2680_acpi_match);