Replies: 1 comment
-
Hello @dzamlo, I bet we are not excluding these ports on purpose or intent. According to the output above, they belong to the TTY subsystem which is scanned with libudev. Could you please open an issue for looking into this? I'm thinking about adding some logging/tracing to the enumeration process for a while. May be the time is now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While playing with a Bluetooth serial port on Linux, I found out that the port was not listed by
available_ports
. I found out that the reason is that during the enumeration device without a parent are filtered out, andrfcomm
(Bluetooth serial on Linux) device don't have a parent.So my question is: Why it is the case ? Why are they filtered out?
Here is the relevant output from the
libudev-rs
list_devices
example:Beta Was this translation helpful? Give feedback.
All reactions