The branch, master has been updated
       via  442f016443fa8e8617b53e912f28c6d8f1a7482d (commit)
      from  faa772fe0a9690e681a49ce7529e84cb4d6f5625 (commit)


- Log -----------------------------------------------------------------
commit 442f016443fa8e8617b53e912f28c6d8f1a7482d
Author: Chris Zeh <[email protected]>
Date:   Mon May 2 19:20:36 2011 +0200

    Fix ftdi_read_pins in python bindings

-----------------------------------------------------------------------

Summary of changes:
 AUTHORS         |    1 +
 bindings/ftdi.i |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 213bf95..b0f7e42 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,6 +10,7 @@ see Changelog for full details:
   Andrew John Rogers <[email protected]>
   Arnim Läuger <[email protected]>
   Aurelien Jarno <[email protected]>
+  Chris Zeh <[email protected]>
   Clifford Wolf <[email protected]>
   Daniel Kirkham <[email protected]>
   David Challis <[email protected]>
diff --git a/bindings/ftdi.i b/bindings/ftdi.i
index 1fc2a59..ce1149c 100644
--- a/bindings/ftdi.i
+++ b/bindings/ftdi.i
@@ -3,6 +3,8 @@
 %include "typemaps.i"
 %include "cpointer.i"
 %pointer_functions(unsigned int, uintp);
+%pointer_functions(unsigned char *, ucharp);
+%pointer_functions(char *, charp);
 
 %typemap(in) unsigned char* = char*;
 %ignore ftdi_write_data_async;


hooks/post-receive
-- 
port libftdi to libusb-1.0

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to [email protected]   

Reply via email to