diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-12-14 18:19:48 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-12-14 18:19:48 -0800 |
commit | b0759feef87fcf820682cb36d65f2252c2cc12ae (patch) | |
tree | 4767b4ac0f5222c1500cb1f0826b94e87fd4b6b0 /macos.c | |
parent | df12fcf310d97ba7244755c687c6119da17928e2 (diff) | |
parent | 6245b700a4a98cc2dba8c5b8c3f4958491605755 (diff) | |
download | subsurface-b0759feef87fcf820682cb36d65f2252c2cc12ae.tar.gz |
Merge branch 'forlinus' of git://git.hohndel.org/subsurface
* 'forlinus' of git://git.hohndel.org/subsurface:
Improve Makefile for MacOS
Add reasonable default device names for divecomputer import
More intuitive label for "not saving" when exiting
Diffstat (limited to 'macos.c')
-rw-r--r-- | macos.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -89,3 +89,8 @@ void subsurface_close_conf(void) CFRelease(xmlData); CFRelease(propertyList); } + +const char *subsurface_USB_name() +{ + return("/dev/tty.SLAB_USBtoUART"); +} |