[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: smsd fix
From: |
Pawel Kot |
Subject: |
Re: smsd fix |
Date: |
Fri, 02 Aug 2002 15:32:34 +0200 |
>>> address@hidden 2 August 2002 15:16:24 >>>
> Attached is my version of lowlevel.c. The patch wouldn't have been
> smaller, so I thought I'd just attach the whole thing. I have tested it
> with my 6110, 6210 and 6510.
As the side note:
if (!strcmp(smsdConfig.connection, "infrared"))
connection = GCT_Infrared;
if (!strcmp(smsdConfig.connection, "irda"))
connection = GCT_Irda;
if (!strcmp(smsdConfig.connection, "dau9p"))
connection = GCT_DAU9P;
if (!strcmp(smsdConfig.connection, "tcp"))
connection = GCT_TCP;
Note that we also have: 'serial' and 'dlr3p' possibilities here.
pkot