Add kernel driver auto attach/detach
[libftdi] / src / ftdi_stream.c
2017-09-19 Thomas JaroschFix ftdi_stream.c compilation on WIN32
2017-04-21 Yegor YefremovAdd missing sys/time.h include
2016-03-26 Ларионов Даниилftdi_stream: fix timeout setting: tv_usec field of...
2014-05-16 Andrei ErrapartMinor fixes for MSVC++
2013-04-10 Thomas JaroschUnify style of the main source code
2013-01-15 Anders LarsenDon't #include <libusb.h> from ftdi.h
2011-09-25 Thomas JaroschSilence gcc warnings about possible uninitialized variables
2011-06-28 Uwe Bonnes1.0/src/ftdi_stream.c: Check for fitting device
2011-01-21 Uwe BonnesSafer initialisation of ftdi_readstream
2011-01-21 Uwe BonnesDelete some remaining debug printout
2011-01-21 Uwe BonnesSafer initialisation of ftdi_readstream
2011-01-21 Uwe BonnesDelete some remaining debug printout
2010-09-16 Thomas JaroschCorrect (signedness) issues detected by -Wall
2010-06-21 Uwe BonnesStore and use the libusb_context
2010-06-10 Uwe BonnesCorrect version of ftdi_readstream agains GIT Head
2010-06-09 Uwe BonnesProvide a streaming read, base on code from Micah Dowty