Author :
visa
Date :
2021-12-13 13:57:48
Hash :9f9a31e0 Message :Handle multi-port controllers in uslcom(4)
A multi-port CP210x device presents each COM port as a separate USB
virtual COM port interface. When attaching uslcom(4), take the USB
interface from the attach arguments instead of using interface 0.
This lets the driver access the different ports of a quad-port CP2108.
Tested with a single-port CP2102 by jsg@
OK jsg@ deraadt@