From 8a81ecce8bcc71e1fee2b4e6393c49eee9359220 Mon Sep 17 00:00:00 2001 From: Eric Van Hensbergen Date: Tue, 2 Jun 2020 11:27:08 -0500 Subject: [PATCH] Add common serial port incantations Signed-off-by: Eric Van Hensbergen --- conf.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/conf.yaml b/conf.yaml index ea66e94..c786588 100644 --- a/conf.yaml +++ b/conf.yaml @@ -15,4 +15,12 @@ - devicematch: ^vchiq$ nummaxdevices: 20 - devicematch: ^vcsm.*$ - nummaxdevices: 20 \ No newline at end of file + nummaxdevices: 20 +- devicematch: ^ttyUSB[0-9]*$ + nummaxdevices: 1 +- devicematch: ^ttyACM[0-9]*$ + nummaxdevices: 1 +- devicematch: ^ttyTHS[0-9]*$ + nummaxdevices: 1 +- devicematch: ^ttyS[0-9]*$ + nummaxdevices: 1 \ No newline at end of file