summaryrefslogtreecommitdiffstats
path: root/libraries/libftdi/README
diff options
context:
space:
mode:
author Andrzej Telszewski2015-07-25 03:13:47 +0200
committer Willy Sudiarto Raharjo2015-07-25 03:13:47 +0200
commita3cbf9be1cd23487d59c72139608ab2c6a8b48b5 (patch)
treea2194a299744b4d53916347642f42cd2b84885a4 /libraries/libftdi/README
parent4472bd222da3e028ea9ad2d5358c71e481b75299 (diff)
downloadslackbuilds-a3cbf9be1cd23487d59c72139608ab2c6a8b48b5.tar.gz
libraries/libftdi: Added (FTDI USB driver with bitbang mode).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libftdi/README')
-rw-r--r--libraries/libftdi/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/libraries/libftdi/README b/libraries/libftdi/README
new file mode 100644
index 0000000000..3c211a4f0a
--- /dev/null
+++ b/libraries/libftdi/README
@@ -0,0 +1,14 @@
+FTDI USB driver with bitbang mode
+
+libFTDI is an open source library to talk to FTDI chips,
+including the popular bitbang mode. The library is linked
+with your program in userspace, no kernel driver required.
+Supported chips are:
+
+ * FT232BM,
+ * FT245BM,
+ * FT2232C,
+ * FT2232D,
+ * FT245R,
+ * FT232H,
+ * FT230X.