mb/google/volteer: Change ov2740 HID of Chrome driver to match with
Windows definition There was a review comment for Chromium Linux ov2740 driver that Windows driver already set the HID as INT3474 and suggested to have the same value for Chrome. The upstreamed Linux driver code has INT3474 as HID and this patch is to set the same HID in ACPI configuration. https://patchwork.kernel.org/patch/11540753/ 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43006 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Daniel H Kang <daniel.h.kang@intel.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
		
				
					committed by
					
						
						Patrick Georgi
					
				
			
			
				
	
			
			
			
						parent
						
							feb5d10061
						
					
				
				
					commit
					4db893b6fc
				
			@@ -495,7 +495,7 @@ Scope (\_SB.PCI0.I2C2)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	Device (CAM1)
 | 
						Device (CAM1)
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		Name (_HID, "OVTI2740")  /* _HID: Hardware ID */
 | 
							Name (_HID, "INT3474")  /* _HID: Hardware ID */
 | 
				
			||||||
		Name (_UID, Zero)  /* _UID: Unique ID */
 | 
							Name (_UID, Zero)  /* _UID: Unique ID */
 | 
				
			||||||
		Name (_DDN, "Ov 2740 Camera")  /* _DDN: DOS Device Name */
 | 
							Name (_DDN, "Ov 2740 Camera")  /* _DDN: DOS Device Name */
 | 
				
			||||||
		Method (_STA, 0, NotSerialized)  /* _STA: Status */
 | 
							Method (_STA, 0, NotSerialized)  /* _STA: Status */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user