Hello
I need implement automatized test from USB3 adapter where is on the fly switch from 3.0 to 2.0 on Linux Software.
I was analysing the API and USB protocols to see how the the Windows Software does this, but everything visible is the USB Command 0x40 what causes the adapter to (i guess restart) and the rest seem to be handled by your device driver, so my question is what is proper sequence of commands for libusb driver does in this situation to get the same result in linux.
I use the current linux API version 2.1.1000 you provide. Using USB2.0 cables is not solutions, because of automatized test. We tried use USB Hub to connect two devices, but was not always stable for detections.
I need implement automatized test from USB3 adapter where is on the fly switch from 3.0 to 2.0 on Linux Software.
I was analysing the API and USB protocols to see how the the Windows Software does this, but everything visible is the USB Command 0x40 what causes the adapter to (i guess restart) and the rest seem to be handled by your device driver, so my question is what is proper sequence of commands for libusb driver does in this situation to get the same result in linux.
I use the current linux API version 2.1.1000 you provide. Using USB2.0 cables is not solutions, because of automatized test. We tried use USB Hub to connect two devices, but was not always stable for detections.
Comment