Re: FT-X BCD support patch

2019-10-01 Thread Thomas Jarosch
Hello Martin, You wrote on Sat, Jun 15, 2019 at 07:52:00PM +0200: > Hello, > I added bits needed for battery charger detection (see FTDI AN 175). > Successfully tested with FT230X. > > Patch against latest git attached. thanks for the patch! I've turned it into a proper git commit and also wrote

Re: Add drive level to ftdi_eeprom

2019-10-01 Thread Thomas Jarosch
Hi Claudio, You wrote on Sat, Aug 10, 2019 at 02:03:26AM +0200: > it seems that ftdi_eeprom lacks drive level configuration. I attach a patch > to add it. thanks for the patch, applied with minor tweaks to the changelog and use of spaces instead of tabs. Regarding the drive levels: What about gr

Re: [PATCH] swig: improve indentation

2019-10-01 Thread Thomas Jarosch
Hi Yegor, You wrote on Wed, Sep 25, 2019 at 02:55:49PM +0200: > I've tested the patch with my software and so far everything seems to > be working. Also compiles fine here, applied. Thanks! > What is your schedule for a new release? there's always something delaying further work ^^ I had to bi

Re: [PATCH v2] Simplify CMake policy guard

2019-10-01 Thread Thomas Jarosch
Hi FeRD, You wrote on Sat, Sep 28, 2019 at 12:21:32AM -0400: > Ugh, apologies. The first patch got mangled in transit. Resending as an > attachment, best I can do for the moment. applied to the "cmake-swig-updates" branch, thanks! I have to check the state of this branch anyway, thanks for the r

Re: FT232H: Issues flashing empty EEPROM with ftdi_eeprom (libftdi-HEAD-3eca515)

2019-10-01 Thread Thomas Jarosch
Hi Matthias, You wrote on Mon, Sep 30, 2019 at 08:45:24AM +0200: > The way I went with was changing line 570 of ftdi_eeprom/main.c from > if (command == COMMAND_ERASE) > to > if ((command == COMMAND_ERASE) || (command == COMMAND_FLASH)) > > After all, (re-)flashing the chip requires delet

Re: [PATCH] Add SPDX identifiers to the core library and ftdi_eeprom tool

2019-10-01 Thread Thomas Jarosch
Hi Yegor, You wrote on Fri, Jun 07, 2019 at 03:43:55PM +0200: > From: Yegor Yefremov > > Signed-off-by: Yegor Yefremov > --- > ftdi_eeprom/main.c | 1 + > src/ftdi.c | 1 + > src/ftdi.h | 1 + > src/ftdi_i.h | 1 + > src/ftdi_stream.c | 1 + > 5 files changed, 5 insertio

Outstanding patches for v1.5?

2019-10-01 Thread Thomas Jarosch
Hello together, are there any outstanding patches for libftdi I missed to review / apply for the next libftdi 1.5 release? Cheers, Thomas -- libftdi - see http://www.intra2net.com/en/developer/libftdi for details. To unsubscribe send a mail to libftdi+unsubscr...@developer.intra2net.com

Re: Outstanding patches for v1.5?

2019-10-01 Thread Michel Zou
Hi, I just have a cleanup patch here: diff --git a/python/ftdi1.i b/python/ftdi1.i index 8b179f9..db54867 100644 --- a/python/ftdi1.i +++ b/python/ftdi1.i @@ -43,6 +43,10 @@ char * str2charp_size(PyObject* pyObj, int * size) %rename("%(strip:[ftdi_])s") ""; +%ignore ftdi_usb_purge_rx_buffer; +

[PATCH 1/1] cmake: fix FindUSB1.cmake

2019-10-01 Thread Fabrice Fontaine
Make sure all ldflags are correctly set, especially for static build. Signed-off-by: Samuel Martin [Retrieved from: https://git.buildroot.net/buildroot/tree/package/libftdi1/0002-cmake-fix-FindUSB1.cmake.patch] Signed-off-by: Fabrice Fontaine --- cmake/FindUSB1.cmake | 8 ++-- 1 file change