|
From: Andrei T. <an...@un...> - 2007-05-07 13:24:23
|
>> David, try xmode2 instead when everything is ok and when it's not
>> working, if you see that the output is different, then try applying the
>> patch that I submitted yesterday, or delete these lines in lirc_serial.c
>> (if that's what you're using):
>>
>> if(!(dcd^sense)) /* sanity check */
>> {
>> /* detecting pulse while this
>> MUST be a space! */
>> sense=sense ? 0:1;
>> }
>>
>>
> I updated CVS after people said that the patch went in there -- did it
> not?
>
> When I get home I'll re-update CVS, check for that patch, and see if it
> happens again.
Christoph Bartelmus (the maintainer of the code) rejected this particular patch (please read the list if you are interested in our arguments). I still think that it's a good idea to delete these lines. Please try it, ant post the results to the list.
|