No USB Ports working after Catalina update

I've just updated my Hackintosh from High Sierra to Catalina. I can successfully boot into the login page of Catalina; however, none of my USB ports are working, which means I have no keyboard and mouse to proceed further :( I have the USBInjectAll kext in CLOVER folder and I have the following USB patches in my config.plist file for Catalina, which I thought would patch the USB problem. Is there something I'm doing incorrectly? I'm using an Asus H170 Pro Gaming motherboard.

My EFI folder: https://cloudstor.aarnet.edu.au/plus/s/q9oIDnmGqpJl411

<dict>
<key>Comment</key>
<string>USB port patch No 1 PM Heart \&amp; Daliansky</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
g/sPDw==
</data>
<key>InfoPlistPatch</key>
<false/>
<key>MatchOS</key>
<string>10.15.x</string>
<key>Name</key>
<string>com.apple.iokit.IOUSBHostFamily</string>
<key>Replace</key>
<data>
g/s/Dw==
</data>
</dict>
<dict>
<key>Comment</key>
<string>USB port patch No 2 PM Heart \&amp; Daliansky</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
g/kPDw==
</data>
<key>InfoPlistPatch</key>
<false/>
<key>MatchOS</key>
<string>10.15.x</string>
<key>Name</key>
<string>com.apple.driver.usb.AppleUSBXHCI</string>
<key>Replace</key>
<data>
g/k/Dw==
</data>
</dict>

submitted by /u/phao5814
[link] [comments]