Skip to content
This repository was archived by the owner on Aug 25, 2022. It is now read-only.

Commit 3953f42

Browse files
committed
Fix Windows boot issues
1 parent c1d6a3e commit 3953f42

File tree

3 files changed

+17
-18
lines changed

3 files changed

+17
-18
lines changed

OC/ACPI/SSDT-PNLF.aml

-5 Bytes
Binary file not shown.

Other/Disassembled ACPI/SSDT-PNLF.dsl

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,25 @@
11
// Backlight
22

3-
DefinitionBlock("", "SSDT", 2, "T480", "PNLF", 0)
3+
DefinitionBlock ("", "SSDT", 2, "T480", "PNLF", 0)
44
{
5-
Scope(_SB)
5+
If (_OSI ("Darwin"))
66
{
7-
Device(PNLF)
7+
Scope (_SB)
88
{
9-
Name(_ADR, Zero)
10-
Name(_HID, EisaId ("APP0002"))
11-
Name(_CID, "backlight")
12-
//Skylake/KabyLake/KabyLake-R
13-
Name(_UID, 16)
14-
Method (_STA, 0, NotSerialized)
9+
Device (PNLF)
1510
{
16-
If (_OSI ("Darwin"))
11+
Name (_ADR, Zero)
12+
Name (_HID, EisaId ("APP0002"))
13+
Name (_CID, "backlight")
14+
//Skylake/KabyLake/KabyLake-R
15+
Name (_UID, 0x10)
16+
Method (_STA, 0, NotSerialized)
1717
{
1818
Return (0x0B)
1919
}
20-
Else
21-
{
22-
Return (Zero)
23-
}
2420
}
25-
}
21+
}
2622
}
2723
}
24+
2825
//EOF

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Catalina | Big Sur
2828
| CPU | Intel Core i5-8250U | 20L50000MC |
2929
| GPU | Intel UHD 620 | |
3030
| SSD | Samsung PM981 NVMe solid-state drive | Fixed in NVMeFix 1.0.2 for Acidanthera testing machines. [Problems still persist](https://github.com/acidanthera/bugtracker/issues/780). |
31-
| Memory | 8GB DDR4 2400 | |
31+
| Memory | 8GB DDR4 2400Mhz | |
3232
| Battery | Dual battery | |
3333
| Camera | 720p Camera | |
3434
| Wifi & BT | Intel Wireless-AC 8265 | Both works. Place Wi-Fi SSIDs and passwords either in the kext plist file or use amazing HeliPort application. |
35-
| KBD | Keyboard | [ThinkPad Assistant](https://github.com/MSzturc/ThinkpadAssistant) for media keys like microphone switch, etc. PrtSc is mapped as F13. |
35+
| Input | PS2 Keyboard & Synaptics TrackPad | [ThinkPad Assistant](https://github.com/MSzturc/ThinkpadAssistant) for media keys like microphone switch, etc. PrtSc is mapped as F13. |
3636

3737
## Main software:
3838

@@ -114,7 +114,9 @@ Catalina | Big Sur
114114

115115
- [x] Web camera
116116

117-
- [x] Wifi - Intel Wireless-AC 8265 `Use provided HeliPort app for menu Wi-Fi control`
117+
- [x] Windows/Linux from OC boot menu `It's best practice to not boot from OC when performing firmware upgrade`
118+
119+
- [x] Wifi - Intel Wireless-AC 8265 `Use HeliPort app for Wi-Fi control`
118120

119121
- [x] Sleep/Wake
120122

0 commit comments

Comments
 (0)