From 5ae61508f46bab58796750bd28ae74f3b7fd282d Mon Sep 17 00:00:00 2001 From: Tyler Nguyen Date: Tue, 2 Aug 2022 09:09:52 -0500 Subject: [PATCH] Update notes on USB 3.1 Gen2 Hotplug --- docs/index.md | 2 +- docs/post-installation/thunderbolt-3.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 1af446d..8346a1b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -84,7 +84,7 @@ Currently, there is no automatic solution available. For now, I recommend you cr | 4K UHD output via HDMI/ DisplayPort **(Modded BIOS)** | ✅ | See `DMVT Pre-Allocated` to `64M` | See [docs/BIOS.md](https://tylernguyen.github.io/x1c6-hackintosh/BIOS/) for information about modding the BIOS. | | 4K UHD output via HDMI/ DisplayPort **(Vanilla BIOS)** | ✅ | See `/patches/OpenCore Patches/4K-Output-wo-BIOSmod.plist` | - | | USB 2.0, USB 3.0, and Micro SD Card Reader | ✅ | `SSDT-XHC1.aml` | - | -| USB 3.1 | ⚠️ | `SSDT-TB-DSB2-XHC2.aml` | Hotplug WIP | +| USB 3.1 | ⚠️ | `SSDT-TB-DSB2-XHC2.aml` | USB 3.1 Gen2 hotplug will likely never work. It is also neither planned nor currently worked on. If you need USB 3.1 Gen2, coldboot the machine with the device attached. | | USB Power Properties in macOS | ✅ | `SSDT-XHC1.aml` | - | | Thunderbolt 3 Hotplug | ✅ | `SSDT-TB-*` | Native interface within System Report | diff --git a/docs/post-installation/thunderbolt-3.md b/docs/post-installation/thunderbolt-3.md index e38e101..bb26912 100644 --- a/docs/post-installation/thunderbolt-3.md +++ b/docs/post-installation/thunderbolt-3.md @@ -1,5 +1,5 @@ - Native-like integration with macOS in System Report without the need of flashing a modded firmware. Thank you @benbender -- NOTE: If you do have a modded BIOS firmware, please reset all settings relating to Thunderbolt 3 to default, all that's needed are settings detailed below or in [1_README-HARDWAREandBIOS.md](https://github.com/tylernguyen/x1c6-hackintosh/blob/main/docs/1_README-HARDWAREandBIOS.md) +- NOTE: If you do have a modded BIOS firmware, please reset all settings relating to Thunderbolt 3 to default, all that's needed are settings detailed below or in [1_README-HARDWAREandBIOS.md](https://tylernguyen.github.io/x1c6-hackintosh/BIOS/settings-for-vanilla-BIOS/) - Please make sure of these settings in BIOS: | Main Menu | Sub 1 | Sub 2 | Sub 3 | @@ -8,4 +8,6 @@ | | | | Security Level `No Security` | | | | | Support in Pre Boot Environment: Thunderbolt(TM) Device `Disabled` | -- Note: USB 3.1 Gen2 hotplug still Work-in-progress. \ No newline at end of file +!!! warning + + USB 3.1 Gen2 hotplug will likely never work. It is also neither planned nor currently worked on. If you need USB 3.1 Gen2, coldboot the machine with the device attached. \ No newline at end of file