badstorm / surface-pro-7-opencore

A proposal OpenCore configuration for run macOS on Surface Pro 7
216 stars 39 forks source link

problem about USBPorts.kext #70

Closed Tomato3Banka closed 1 year ago

Tomato3Banka commented 2 years ago

Port 0x02 might be USB2. But the port 0x02 in USBPorts.kext is USB3 now. This will cause my wireless mouse receiver to not work, and Card Reader on port 0x12 not work. I changed that type of port 0x02 to USB2, my wireless mouse receiver and Card Reader can work now.

If you plug USB2 and USB3 deivce in USB hub same time, and plug the USB hub into the surface, The USB2 device will work on port 2(0x02) and USB3 device will work on port 18(0x12).

So I think except 0x04 is already TypeC that no problem, port 0x02 might be USB2, And all of another port might be USB3. (port 8 to 18 is using USB3 that show on AIDA64)

badstorm commented 2 years ago

Thanks for your support. For USB in the next update I want to change from the actual kext to USBMap that works realy great in other hackintosh that i have. If the problem persist also with the new kext, I'll use your fix.

badstorm commented 1 year ago

With the new release (1884) I moved to USBMap. Check now and if there is the problem again feel free to create a new PR. Since there is no more USBPorts kext I close this PR.