Just for your understanding:
the only USB drivers that "understand" USB1, USB2 or USB3 are the host controller drivers (USByHCD.SYS, y=U,O,E,X).
All other drivers know NOTHING about the USB Hardware that you have. They only know about the data protocol that certain devices use (all the class drivers: USBKBD.SYS, USBMOUSE.SYS, USBHID.SYS, USBPRT.SYS, USBCOM.SYS, USBAUDIO.SYS, USBAUD2.SYS,USBETHER.OS2) or they are mediators between the class drivers and the host controller drivers (USBD.SYS).
It is the job of USBD.SYS to route the protocol packets from/to the class drivers to/from the proper host controller driver.
That's why I was asking what driver you are talking about. the MOSCHIP.OS2 driver knows nothing about USB hardware.