summaryrefslogtreecommitdiff
path: root/devel/libftdi/DESCR
diff options
context:
space:
mode:
authorjakllsch <jakllsch>2010-10-23 15:26:46 +0000
committerjakllsch <jakllsch>2010-10-23 15:26:46 +0000
commitf1531171e9c0e93c6abeee1d668af32568103f16 (patch)
treec40bddb7339a5f5d3bf942a528c3835fb4aecfa4 /devel/libftdi/DESCR
parent90b3677582938d61e2da1ac1af7f0090e34db32a (diff)
downloadpkgsrc-f1531171e9c0e93c6abeee1d668af32568103f16.tar.gz
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.
Diffstat (limited to 'devel/libftdi/DESCR')
-rw-r--r--devel/libftdi/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/libftdi/DESCR b/devel/libftdi/DESCR
new file mode 100644
index 00000000000..9a175e1d121
--- /dev/null
+++ b/devel/libftdi/DESCR
@@ -0,0 +1,7 @@
+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.