X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=linux.c;h=e26b3acbde1458a3ca338d6b6da73908775a60e0;hb=4b77a5def6df965cae63dec8b836e18e1e09cd58;hp=2edcf85a1ebebfab5b4f32a21e87f04561b29e84;hpb=001f6d05dca762de232c68b7ff10fdc999a61514;p=ext%2Fsubsurface.git diff --git a/linux.c b/linux.c index 2edcf85..e26b3ac 100644 --- a/linux.c +++ b/linux.c @@ -46,3 +46,8 @@ void subsurface_close_conf(void) { /* this is a no-op */ } + +const char *subsurface_USB_name() +{ + return("/dev/ttyUSB0"); +}