Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
Create config_ssdt_usb.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leto1210 committed Jun 6, 2020
1 parent 6dc16f5 commit 1e5d512
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions config_ssdt_usb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# SSDT (USB)

In this configuration, we disabled one internal port HS06.

* Open About This Mac > System Report > Hardware > USB
* Take note of the USB 3.1 Bus PCI Device ID (0xa36d)
* Open SSDT-UIAC-ALL.dsl in MaciASL
* Find the section which matches the above PCI Device ID, and remove all other sections
* The current SSDT-UIAC file is configured as follows:
* HS01: USB 3.1 Front - ENABLED
* HS02: USB 3.1 Front - ENABLED
* HS03: USB 3.1 rear - ENABLED
* HS04: USB 3.1 rear - ENABLED
* HS05: USB 2.0 connector - ENABLED (Used for Broadcom bluetooth PCI adapter)
* HS06: DISABLED
* SS01: ENABLED
* SS02: ENABLED
* SS03: ENABLED
* SS04: ENABLED
* Compile as `SSDT-UIAC.aml` file to `EFI/ACPI/`
* Disable USB port limit patch in OpenCore

```
[File Example](./SSDT/SSDT-UIAC.dsl)
```


> If you prefer, Hackintool can generate the right files for you ;-)

0 comments on commit 1e5d512

Please sign in to comment.