Daniel Kang has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43006 )
Change subject: mb/google/volteer: Change ov2740 HID to match with Windows definition ......................................................................
mb/google/volteer: Change ov2740 HID to match with Windows definition
Change HID of ov2740 to INT3474 so that it matches with the Windows defintion.
BUG=b:160334865 BRANCH=none TEST=User-facing camera should work with the driver which set the HID as INT3474
Signed-off-by: Daniel Kang daniel.h.kang@intel.com Change-Id: I10e98d32899f31d91c1cc7ddfa099af73d8aef37 --- M src/mainboard/google/volteer/variants/baseboard/include/baseboard/acpi/mipi_camera.asl 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/43006/1
diff --git a/src/mainboard/google/volteer/variants/baseboard/include/baseboard/acpi/mipi_camera.asl b/src/mainboard/google/volteer/variants/baseboard/include/baseboard/acpi/mipi_camera.asl index 9f7b3e0..dad762a 100644 --- a/src/mainboard/google/volteer/variants/baseboard/include/baseboard/acpi/mipi_camera.asl +++ b/src/mainboard/google/volteer/variants/baseboard/include/baseboard/acpi/mipi_camera.asl @@ -495,7 +495,7 @@
Device (CAM1) { - Name (_HID, "OVTI2740") /* _HID: Hardware ID */ + Name (_HID, "INT3474") /* _HID: Hardware ID */ Name (_UID, Zero) /* _UID: Unique ID */ Name (_DDN, "Ov 2740 Camera") /* _DDN: DOS Device Name */ Method (_STA, 0, NotSerialized) /* _STA: Status */