From: robertl Date: Sat, 13 Feb 2010 23:25:23 +0000 (+0000) Subject: Add USB serial, BT to Linux device options until we can do it right. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~199^2~62 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=00f660e09252359f22aa8a5f8ade64b19ddcd4c0;p=gpsbabel.git Add USB serial, BT to Linux device options until we can do it right. --- diff --git a/gui/serial_unix.cpp b/gui/serial_unix.cpp index b38d341d2..5f74db5bb 100644 --- a/gui/serial_unix.cpp +++ b/gui/serial_unix.cpp @@ -1,4 +1,4 @@ -// $Id: serial_unix.cpp,v 1.1 2009/09/02 19:05:27 robertl Exp $ +// $Id: serial_unix.cpp,v 1.2 2010/02/13 23:25:23 robertl Exp $ //------------------------------------------------------------------------ // // Copyright (C) 2009 S. Khai Mong . @@ -26,6 +26,8 @@ static const char *deviceNames[] = { "/dev/ttyS1", "/dev/ttyS2", "/dev/ttyS3", + "/dev/ttyUSB0", + "/dev/rfcomm0", 0 };