We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15d21b commit c61f14aCopy full SHA for c61f14a
src/core/gps/qgsgpsdetector.cpp
@@ -35,7 +35,7 @@ QList< QPair<QString, QString> > QgsGPSDetector::availablePorts()
35
36
#ifdef linux
37
// look for linux serial devices
38
- foreach( QString linuxDev, QStringList() << "/dev/ttyS%1" << "/dev/ttyUSB%1" << "/dev/rfcomm%1" )
+ foreach( QString linuxDev, QStringList() << "/dev/ttyS%1" << "/dev/ttyUSB%1" << "/dev/rfcomm%1" << "/dev/ttyACM%1" )
39
{
40
for ( int i = 0; i < 10; ++i )
41
0 commit comments