Interesting. Is there a way to adapt this for Linux or Windows? Many users, not just Mac users, face issues with USB-C cables. Practical cross-platform tools could be very helpful.
A useful tool for debugging USB devices on Windows: https://learn.microsoft.com/en-us/windows-hardware/drivers/d...
Linux: lsusb -tv
Windows: There's an example in the WDK here: https://github.com/Microsoft/Windows-driver-samples/tree/mai...