X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=linux.c;h=d2a92596ebbcde791bc8008206ebbef8c2b35ceb;hb=565736a471e9ba66cbc68ce76c90d5e0c2fa57cf;hp=2edcf85a1ebebfab5b4f32a21e87f04561b29e84;hpb=290ce56d0181c0c7e7d6e1af3eb27d3015cffca7;p=ext%2Fsubsurface.git diff --git a/linux.c b/linux.c index 2edcf85..d2a9259 100644 --- a/linux.c +++ b/linux.c @@ -46,3 +46,13 @@ void subsurface_close_conf(void) { /* this is a no-op */ } + +const char *subsurface_USB_name() +{ + return "/dev/ttyUSB0"; +} + +const char *subsurface_icon_name() +{ + return "subsurface.svg"; +}