]> git.tdb.fi Git - ext/subsurface.git/commit
Add reasonable default device names for divecomputer import
authorDirk Hohndel <dirk@hohndel.org>
Wed, 14 Dec 2011 04:34:56 +0000 (20:34 -0800)
committerDirk Hohndel <dirk@hohndel.org>
Wed, 14 Dec 2011 04:34:56 +0000 (20:34 -0800)
commit4b77a5def6df965cae63dec8b836e18e1e09cd58
treeb360828cae21dce1c3cb3640de609dd02d4aa941
parent001f6d05dca762de232c68b7ff10fdc999a61514
Add reasonable default device names for divecomputer import

So far we hard coded /dev/ttyUSB0 - which is a good starting point in
Linux but not so useful on Windows or MacOS. This was now moved into one
of our OS helper functions with (somewhat) reasonable defaults.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
display-gtk.h
gtk-gui.c
linux.c
macos.c
windows.c