libftdi Archives

Subject: [Patch] Fix ftdi.h for async write API change

From: Youness Alaoui <kakaroto@xxxxxxxxxxxxxxxxxxxxxx>
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Date: Sun, 25 Mar 2012 18:26:45 -0400
Hi,

I've been playing around withlibftdi and I noticed that the git master version has an API change, removing the ftdi_{read|write}_data_async and replacing it with ftdi_{read|write}_data_submit. But the ftdi.h file wasn't modified properly, only the read_async prototype was replaced, the write_async is still there (causing undefined symbol, etc..).
Attached is a patch to fix this small issue.

Thanks,
KaKaroTo


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


Attachment: 0001-Fix-header-API-change-ftdi_write_data_async-has-been.patch
Description: Binary data

Current Thread