Add drive level to ftdi_eeprom

2019-08-09 Thread Claudio Lanconelli
Hi, it seems that ftdi_eeprom lacks drive level configuration. I attach a patch to add it. Cheers, Claudio Lanconelli -- libftdi - see http://www.intra2net.com/en/developer/libftdi for details. To unsubscribe send a mail to libftdi+unsubscr...@developer.intra2net.com From 942e388cfe7b0a34d89a7

Re: [PATCH] swig: python: fix unresolved symbol issue

2019-08-09 Thread Thomas Jarosch
Hi Yegor, You wrote on Tue, Aug 06, 2019 at 01:42:06PM +0200: > From: Yegor Yefremov > > GCC later than 5.x produce _fdti1.so file with an undefined > symbol str2charp_size due to C99 inline semantics change. So > remove this keyword. > > Signed-off-by: Yegor Yefremov > --- > python/ftdi1.i |