aboutsummaryrefslogtreecommitdiff
path: root/devel/libftdi
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on 4.xIon-Mihai Tetcu2006-07-311-9/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=169216
* libftdi - A library (using libusb) to talk to FTDI's FT2232C,Ion-Mihai Tetcu2006-07-293-0/+58
FT232BM and FT245BM type chips including the popular bitbang mode. Note: When you get a -5 error "can't claim usb device" during ftdi_usb_open(), make sure the kernel ftdi_sio driver is unloaded. WWW: http://www.intra2net.com/de/produkte/opensource/ftdi/ PR: ports/100982 Submitted by: Olexandr Davydenko <o.davydenko at gmail.com> Notes: svn path=/head/; revision=169078