extric99 / Hackintosh-Gigabyte-Z390-GAMING-X-i9-9900k-5700XT

Based on OpenCore - Compatible with Ventura
70 stars 13 forks source link

why you set XhciPortLimit false. #2

Closed 44886 closed 3 years ago

44886 commented 3 years ago

it can use more USB

extric99 commented 3 years ago

XhciPortLimit is used for setup when discovering all ports, not for daily use. Going above 15 ports can create corruption as per documentation. You are always welcome to experiment yourself with the setting and ssdt definition.

https://dortania.github.io/OpenCore-Post-Install/usb/#macos-and-the-15-port-limit

44886 commented 3 years ago

thank you.