libftdi-git Archives

Subject: port libftdi to libusb-1.0 branch, master, updated. v0.17-40-gf5b59bd

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Wed, 14 Jul 2010 10:52:03 +0200 (CEST)
The branch, master has been updated
       via  f5b59bd625da7d0ef9c8c9237fda1a996c8786ac (commit)
      from  ef15fab5819f38a4e215e7824e90f215bbbc5d0d (commit)


- Log -----------------------------------------------------------------
commit f5b59bd625da7d0ef9c8c9237fda1a996c8786ac
Author: Flynn Marquardt <ftdi@xxxxxxxxxx>
Date:   Wed Jul 14 09:53:17 2010 +0200

    Python wrapper: Fix argument type of ftdi_read_chipid

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

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

diff --git a/bindings/ftdi.i b/bindings/ftdi.i
index 9af6057..1fc2a59 100644
--- a/bindings/ftdi.i
+++ b/bindings/ftdi.i
@@ -2,6 +2,8 @@
 %module ftdi
 %include "typemaps.i"
 %include "cpointer.i"
+%pointer_functions(unsigned int, uintp);
+
 %typemap(in) unsigned char* = char*;
 %ignore ftdi_write_data_async;
 %ignore ftdi_async_complete;


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 libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • port libftdi to libusb-1.0 branch, master, updated. v0.17-40-gf5b59bd, libftdi-git <=