libftdi Archives

Subject: Re: [PATCH] Enable searching for FTDI devices with either a VID or PID of zero

From: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Date: Thu, 06 Nov 2014 21:46:35 +0100
On 11/05/2014 10:28 PM, Forest Crossman wrote:
> 
>>> -                ((vendor == 0 && product == 0) &&
>>> +                (!(vendor || product) &&
>>>                   (desc.idVendor == 0x403) && (desc.idProduct == 0x6001 ||
> 
>> I currently don't see the reason why this part of the code was changed?
> 
> Oh, I really only changed that to stay consistent with the other change--it's 
> functionally equivalent.

alright, I've applied the patch as is. Thanks!

Cheers,
Thomas


--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread