From 4cdf6e135103ac2a2129f35505e86e7ffbe8045e Mon Sep 17 00:00:00 2001 From: Orlando Chamberlain Date: Fri, 5 Jul 2024 23:41:56 +1000 Subject: [PATCH] 7002: prepare for submission --- ...-acpi-video-force-native-for-some-T2-macbooks.patch | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/7002-acpi-video-force-native-for-some-T2-macbooks.patch b/7002-acpi-video-force-native-for-some-T2-macbooks.patch index 0015a5d..66e5f84 100644 --- a/7002-acpi-video-force-native-for-some-T2-macbooks.patch +++ b/7002-acpi-video-force-native-for-some-T2-macbooks.patch @@ -1,14 +1,12 @@ From 3d4a4a3d62815f90fc65a827a3e2de96c4571350 Mon Sep 17 00:00:00 2001 From: Orlando Chamberlain -Date: Mon, 20 Nov 2023 10:32:23 +1100 +Date: Fri, 7 Jul 2024 23:41:23 +1100 Subject: [PATCH 1/1] acpi video: force native for some T2 macbooks -The intel backlight is needed for these. +The intel backlight is needed for these, previously users had nothing in +/sys/class/backlight. -MacBookPro15,2/4 or MacBookPro16,3 or MacBookAir8,1/2 might also need -this so I'm not going to be submitting this upstream yet - -mbp16,3 was reported not to have this issue for 6.5.8 at least. +Signed-off-by: Orlando Chamberlain --- drivers/acpi/video_detect.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)