[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: smsd fix
From: |
Markus Plail |
Subject: |
Re: smsd fix |
Date: |
Fri, 02 Aug 2002 15:39:34 +0200 |
User-agent: |
Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.3.50 (i686-pc-linux-gnu) |
Hi Pawel!
* Pawel Kot writes:
>>>> 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.
Serial is the default. I forgot dlr3p though. Will add it.
regards
Markus