-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40aab3d
commit 4cdf6e1
Showing
1 changed file
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
From 3d4a4a3d62815f90fc65a827a3e2de96c4571350 Mon Sep 17 00:00:00 2001 | ||
From: Orlando Chamberlain <[email protected]> | ||
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 <[email protected]> | ||
--- | ||
drivers/acpi/video_detect.c | 16 ++++++++++++++++ | ||
1 file changed, 16 insertions(+) | ||
|