Skip to content

Commit

Permalink
add usb: to list of gps device on linux
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9877 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 20, 2008
1 parent d99d01b commit 235851c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/gps_importer/qgsgpsplugingui.cpp
Expand Up @@ -335,6 +335,8 @@ void QgsGPSPluginGui::populatePortComboBoxes()
break;
}

cmbDLPort->addItem( "usb:" );
cmbULPort->addItem( "usb:" );
#endif

#ifdef __FreeBSD__ // freebsd
Expand Down

0 comments on commit 235851c

Please sign in to comment.