From d9055a6389a1bb171c9aa7fdfb11043202d31bf1 Mon Sep 17 00:00:00 2001 From: Niclas Finne Date: Wed, 12 Jul 2023 13:25:03 +0200 Subject: [PATCH] Include usbserial among the default file patterns for macOS --- backends/osx.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backends/osx.py b/backends/osx.py index c2c1d62..20e58f0 100644 --- a/backends/osx.py +++ b/backends/osx.py @@ -43,6 +43,7 @@ class OSXBackend(backends.backend.Backend): port_patterns = [ '/dev/tty.SLAB*', '/dev/tty.usbmodem*', + '/dev/tty.usbserial*', ] search_attrs = {