serialport/serialport-rs

USB ports detected as unknown in docker

dignifiedquire opened this issue · 1 comments

When running inside of docker (base image: rust:1.75-buster) and trying to list the detected ports, I am getting this

Found 3 ports:
  /dev/ttyUSB0
    Type: Unknown
  /dev/ttyUSB1
    Type: Unknown
  /dev/ttyUSB2
    Type: Unknown

Things work fine when running on the same machine outside of docker.

Any ideas how to debug/fix this?