There is fix for Ryzen usb 3.0 problem. I done it in w10 it is working. I upgrade pc to w11, working fine also. First adb google driver should be installed. I Install drivers with Tool All In One. Then i do this:
It seems that this reg edit also works on intel devices that experience the same issue.
In case anyone is interested you can manually alter /add these keys using regedit and navigating to the directory. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\usbflags
Echo off
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ol\usbflags\18D1D00D0100" /v "osvc" /t REG_BINARY /d "0000" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ol\usbflags\18D1D00D0100" /v "SkipContainerIdQuery" /t REG_BINARY /d "01000000" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ol\usbflags\18D1D00D0100" /v "SkipBOSDescriptorQuery" /t REG_BINARY /d "01000000" /f
The f is added between a small dash that you can click or navigate to with the tab key.
A 3rd option is using regedit and deleting the keys below
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\usbflags\18D1D00D0100\osvc
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\usbflags\18D1D00D0100\SkipContainerIdQuery
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\usbflags\18D1D00D0100\SkipBOSDescriptorQuery
There is also bat file, it done this automatic. Im on Ryzen 5 2600.
It is on this link
https://drive.google.com/file/d/1dnQyJrpRgN-lqluQru1o93HU6BxbqaUf/view