the-darkvoid / macOS-IOElectrify

Intel Thunderbolt force-power

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

IOElectrify is a macOS kext which enables always-on power to Intel Thunderbolt hardware.

In Depth

macOS expects the Intel Thunderbolt controller to be always powered on. This opposed to the Windows implementation where Thunderbolt devices are configured through the BIOS.

Most ACPI implementations on Windows machines expose a Thunderbolt force-power method.

This method is published using the Windows Management Instrumentation ACPI interface.

macOS does not support Windows Management Instrumentation out of the box, this is where IOElectrify comes in.

IOElectrify attaches to the WTBT ACPI object and determines the method with guid 86ccfd48-205e-4a77-9c48-2021cbede341.

For both the awake and sleep events, IOElectrify will respectively activate and de-activate the Intel Thunderbolt force-power setting.

Configuration

IOElectrify attaches to ACPI identity PNP0C14 with an _UID of TBFP by default. This can be modified in the Info.plist as required.

Tested

  • Dell XPS 9360 - Alpine Ridge 2C 8086:1716

Credits

About

Intel Thunderbolt force-power

License:GNU General Public License v2.0


Languages

Language:C++ 86.5%Language:Makefile 7.9%Language:C 4.6%Language:Shell 1.0%