From 8168703648ab1ceb7c1ecaf38aaffdb0c1bd395b Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Wed, 4 Mar 2026 21:04:51 +0100 Subject: [PATCH] i915: fix Dell XPS 13 7390 device ID in quirk patches - Correct device ID from 0x8a12 to 0x8a52 for Dell XPS 13 7390 2-in-1 - Applies to both 6.18 and 6.19 kernel patches --- .../uefi-x86-6.18/2008-i915-4-lane-quirk-for-mbp15-1.patch | 2 +- .../uefi-x86-6.19/2008-i915-4-lane-quirk-for-mbp15-1.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/patch/kernel/archive/uefi-x86-6.18/2008-i915-4-lane-quirk-for-mbp15-1.patch b/patch/kernel/archive/uefi-x86-6.18/2008-i915-4-lane-quirk-for-mbp15-1.patch index 4779c19044..18fea3b14b 100644 --- a/patch/kernel/archive/uefi-x86-6.18/2008-i915-4-lane-quirk-for-mbp15-1.patch +++ b/patch/kernel/archive/uefi-x86-6.18/2008-i915-4-lane-quirk-for-mbp15-1.patch @@ -52,7 +52,7 @@ index 111111111111..222222222222 100644 @@ -240,6 +252,9 @@ static struct intel_quirk intel_quirks[] = { /* Dell XPS 13 7390 2-in-1 */ - { 0x8a12, 0x1028, 0x08b0, quirk_edp_limit_rate_hbr2 }, + { 0x8a52, 0x1028, 0x08b0, quirk_edp_limit_rate_hbr2 }, + + /* Apple MacBookPro15,1 */ + { 0x3e9b, 0x106b, 0x0176, quirk_ddi_a_force_4_lanes }, diff --git a/patch/kernel/archive/uefi-x86-6.19/2008-i915-4-lane-quirk-for-mbp15-1.patch b/patch/kernel/archive/uefi-x86-6.19/2008-i915-4-lane-quirk-for-mbp15-1.patch index c78df8887b..7778c681a0 100644 --- a/patch/kernel/archive/uefi-x86-6.19/2008-i915-4-lane-quirk-for-mbp15-1.patch +++ b/patch/kernel/archive/uefi-x86-6.19/2008-i915-4-lane-quirk-for-mbp15-1.patch @@ -52,7 +52,7 @@ index 111111111111..222222222222 100644 @@ -240,6 +252,9 @@ static struct intel_quirk intel_quirks[] = { /* Dell XPS 13 7390 2-in-1 */ - { 0x8a12, 0x1028, 0x08b0, quirk_edp_limit_rate_hbr2 }, + { 0x8a52, 0x1028, 0x08b0, quirk_edp_limit_rate_hbr2 }, + + /* Apple MacBookPro15,1 */ + { 0x3e9b, 0x106b, 0x0176, quirk_ddi_a_force_4_lanes },