Juan-VC-gh / Hackintosh-macOS-Dell-G7-7588

Dell G7 7588 Hackintosh using OpenCore. Day one macOS Monterey support. Guide at: https://juan-vc.github.io/oc-g7-guide/
78 stars 16 forks source link

Question about SSDT-TYPC-TB3.aml #47

Closed vinhtq115 closed 3 years ago

vinhtq115 commented 3 years ago

Hi. What is SSDT-TYPC-TB3.aml for? Also, I noticed that it is currently disabled in config.plist. Is that intended?

Juan-VC-gh commented 3 years ago

Yes it is intended as mentioned here it enables tb3 hot-plug that allows to use some tb3 devices even when plugged after booting. It is disabled by default because to get hot-plug working we require to have the tb3 controller always-on-power like macOS expects on a real mac and will consume more energy, main reason why I decided to leave the decision to the user.

vinhtq115 commented 3 years ago

Thank you.