现象
macOS Big Sur 11.2 usb都正常使用,更新到macOS Big Sur 11.3后发现usb3.0无法使用了,usb2.0还是正常的。
解决办法
修改配置文件/EFI/OC/config.plist
XhciPortLimit 设置为false 重启以后,发现usb3.0又复活了。
参考
https://w…
dwc3 linux usb3.0 driver架构: 1. DRD driver
DRD驱动在usb/dwc3 1.1 dts
dwc3@44000000 {/* Compatible ID used by the Linux driver for this kind of device */compatible = "snps,dwc3";/* Register bank location: AddressMSB, AddressLSB, SizeMSB, SizeL…