X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=linux.c;h=ac5cf55f938b778afef9bd99ddf70b5f5ffd5551;hb=4dfbb7394f9aea8b79d46eb4dbb8082898811512;hp=2edcf85a1ebebfab5b4f32a21e87f04561b29e84;hpb=290ce56d0181c0c7e7d6e1af3eb27d3015cffca7;p=ext%2Fsubsurface.git diff --git a/linux.c b/linux.c index 2edcf85..ac5cf55 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"; +}