Browse Source

[media] staging: atomisp: Add INT0310 ACPI id to gc0310 driver

Add INT0310 ACPI id to gc0310 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
6706e9008d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/staging/media/atomisp/i2c/gc0310.c

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

@@ -1455,6 +1455,7 @@ out_free:
 
 static struct acpi_device_id gc0310_acpi_match[] = {
 	{"XXGC0310"},
+	{"INT0310"},
 	{},
 };