forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
339 B
Python
10 lines
339 B
Python
--- chirp/platform.py.orig 2013-04-09 03:01:35.000000000 -0400
|
|
+++ chirp/platform.py 2014-10-14 17:06:48.000000000 -0400
|
|
@@ -284,6 +284,7 @@
|
|
|
|
def list_serial_ports(self):
|
|
ports = ["/dev/ttyS*",
|
|
+ "/dev/tty*",
|
|
"/dev/ttyUSB*",
|
|
"/dev/ttyAMA*",
|
|
"/dev/cu.*",
|