[PATCH 1/1][SRU][Oracular] UBUNTU: SAUCE: ACPI: scan: Update HID for new platform

You-Sheng Yang vicamo.yang at canonical.com
Wed Dec 18 19:38:35 UTC 2024


From: Jason Chen <jason.z.chen at intel.com>

BugLink: https://bugs.launchpad.net/bugs/2090932

To resolve the probe-ordering issue on the newer platform
Update the HID for LNL and ARL

Signed-off-by: Hao Yao <hao.yao at intel.com>
Signed-off-by: Jason Chen <jason.z.chen at intel.com>
(cherry picked from commit https://raw.githubusercontent.com/drhooray/vision-drivers/6424af8b225f136375f1a8b01500217d0545c8e6/patch/0001-ACPI-scan-Update-HID-for-new-platform.patch)
Signed-off-by: You-Sheng Yang <vicamo.yang at canonical.com>
---
 drivers/acpi/scan.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c
index 22ae7829a9155..6fe9569160cd3 100644
--- a/drivers/acpi/scan.c
+++ b/drivers/acpi/scan.c
@@ -861,6 +861,8 @@ static const char * const acpi_honor_dep_ids[] = {
 	"INTC1095", /* IVSC (ADL) driver must be loaded to allow i2c access to camera sensors */
 	"INTC100A", /* IVSC (RPL) driver must be loaded to allow i2c access to camera sensors */
 	"INTC10CF", /* IVSC (MTL) driver must be loaded to allow i2c access to camera sensors */
+	"INTC10DE", /* IVSC (LNL) driver must be loaded to allow i2c access to camera sensors */
+	"INTC10E0", /* IVSC (ARL) driver must be loaded to allow i2c access to camera sensors */
 	NULL
 };
 
-- 
2.45.2




More information about the kernel-team mailing list