|
|
|
|
|
by londons_explore
2207 days ago
|
|
The solution to this is a "self test" every time a device is plugged in. Each device should run a full test suite of the cable and the device at the other end, and if any fail, it should refuse to work. Part of the test suite should be checking that the device at the other end of the cable is also running the test suite. Everything should be tested - for example if USB can transmit video over certain pins, the test suite should involve sending a frame of video, even if your device is a usb stick and doesn't need video. That way nobody can leave out bits of the spec. USB is insanely fast, so thousands of tests should be doable in under a second, and in fact if the other device can't pass the tests quick enough that should be reason for failure. |
|
I can see the value of having this test suite for you to run personally, when you want to test. Or having someone certify capabilities and publish the test results for a particular piece of hardware.
But I can't imagine anyone (especially a non-tech-savvy person) using it by default and without an escape hatch - it should "just work".