2008-10-10 15:32:19

by Bastien Nocera

[permalink] [raw]
Subject: [PATCH] Add OUI check for the PS3 BD remote



Attachments:
0001-Add-OUI-check-for-the-PS3-BD-remote.patch (833.00 B)

2008-10-11 00:16:46

by Bastien Nocera

[permalink] [raw]
Subject: Re: [PATCH] Add OUI check for the PS3 BD remote

On Sat, 2008-10-11 at 00:58 +0200, Marcel Holtmann wrote:
> Hi Bastien,
>
> the patch has been applied, but != FALSE is also == TRUE. We don't need
> double negation ;)

Actually. FALSE is defined as "0", and TRUE as "!FALSE". So depending on
the system and the compiler, TRUE could be anything, including 1, just
not 0.

2008-10-10 22:58:45

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [PATCH] Add OUI check for the PS3 BD remote

Hi Bastien,

the patch has been applied, but != FALSE is also == TRUE. We don't need
double negation ;)

regards

Marcel