Skip to content

Commit c61f14a

Browse files
author
jef
committed
add support for ttyACM devices
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14772 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent b15d21b commit c61f14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/gps/qgsgpsdetector.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ QList< QPair<QString, QString> > QgsGPSDetector::availablePorts()
3535

3636
#ifdef linux
3737
// look for linux serial devices
38-
foreach( QString linuxDev, QStringList() << "/dev/ttyS%1" << "/dev/ttyUSB%1" << "/dev/rfcomm%1" )
38+
foreach( QString linuxDev, QStringList() << "/dev/ttyS%1" << "/dev/ttyUSB%1" << "/dev/rfcomm%1" << "/dev/ttyACM%1" )
3939
{
4040
for ( int i = 0; i < 10; ++i )
4141
{

0 commit comments

Comments
 (0)