Skip to content

RockJesus/macOS-IOElectrify

 
 

Repository files navigation

Typing SVG

qq

qq Anurag's GitHub stats

Hardware Platform Platform b b b b b b qq qq qq qq qq qq zfb wx zsm qq Gitter stars followers download-badge visitors

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • ASL 47.4%
  • C++ 45.5%
  • Makefile 4.2%
  • C 2.4%
  • Shell 0.5%