Conversation
eb894c6 to
7bff36f
Compare
|
This does not work on FT2232H devices for me. |
|
(it finds no tty devices) |
|
Huh, could you paste the directory layout? |
|
This is a machine with two programmers connected on different USB ports and using USB hubs: Old list-ttys.sh: I can send you a full tree dump, but it is too long to paste here (350 kB). |
|
OK, so how about this? |
|
@gebart does the above |
|
@gebart ping |
|
Sorry for the delay, it seems to work for me: |
|
|
Your original PR: |
|
I'll look into it later today in case you didn't in the meantime. |
|
For reference: |
249f908 to
4f5b796
Compare
|
|
@gebart that should do it. |
|
Small nitpick: Can you make it merge lines with the same device to show all ttys on the same line? |
|
Probably not for the next two weeks. |
|
@gebart please give it a try |
|
Almost, only there is some garbage in the output of the it works with the following ttys= line: ttys=$(for t in ${tty}; do echo ${t}/* | xargs basename -a | tr "\n" ','; done | sed -e 's/,$//' -e 's/,/, /g' 2>/dev/null)Output: |
* drivers/ccs811: fix types in debug messages * drivers/driver_ccs811_full: fix unused variable build error
No description provided.