Commit graph

6 commits

Author SHA1 Message Date
rodent
a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00
jkunz
02f8c5b47a Update to upstream version 0.20:
2012-03-19: Version 0.20 of libftdi released

    Support for FT232H (Uwe Bonnes)
    Fixed install location of header files (Uwe Bonnes and Intra2net)
    Backported serial_test tool from libftdi 1.x (Uwe Bonnes)
2013-03-02 12:05:14 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
jakllsch
e2c8b013f5 Update to libftdi-0.19.
Changes since 0.18:
- Make kernel driver detach configurable (Thomas Klose)
- Correct ftdi_poll_modem_status() result code (Tom Saunders)
- cmake build system improvements (Evgeny Sinelnikov)
- Fix uninitialized memory access in async mode (Intra2net)
- Support for FT232R eeprom features (Hermann Kraus)
- Fix size returned by ftdi_read_data (Hermann Kraus)
- C++ wrapper: Fix infinite recursion in set_bitmode (Intra2net)
- Improvements to the python wrapper (Flynn Marquardt and Chris Zeh)
2011-11-17 18:17:48 +00:00
jakllsch
588cd5d448 buildlink for liftdi 2010-10-23 15:34:34 +00:00
jakllsch
63473e3db6 import libftdi package.
libFTDI is an open source library to talk to FTDI chips: FT232BM,
FT245BM, FT2232C, FT2232D and FT245R, including the popular bitbang
mode. The library is linked with your program in userspace, no
kernel driver required.

libFTDI works perfectly with Linux, Windows, MacOS X and BSD variants
thanks to libusb.
2010-10-23 15:26:46 +00:00