summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uftdi.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't keep the devinfo string on the stack, instead use malloc/free.brad2005-08-011-4/+5
| | | | | | | | This should cure some rare stack overflows. From augustss NetBSD ok dlg@ pascoe@
* Support second interface on FTDI 2232C based devices.pascoe2005-05-241-2/+1
| | | | ok dlg@
* another uftdi varient, from freebsdderaadt2005-05-131-1/+5
|
* do {} while (0) wrapper for the debug printf macrosdlg2005-04-171-3/+3
|
* handle at least the first port of a dual-port ufdti; from freebsdderaadt2005-04-081-18/+28
|
* uftdi 2232c dual usb (1 port supported for now). they did not mail me a unit... but CHIPS.. gadddggrr...deraadt2005-04-011-1/+3
|
* Falcom Twist-USB GSM/GPRS modem.jsg2004-12-081-1/+16
| | | | From David Coppa <caff at openbeer dot it> with tweaks from me.
* Support another device; prices@dflytech.comderaadt2004-10-301-1/+16
|
* LK204-24-USB LCD; adulau@foo.bederaadt2004-08-131-1/+3
|
* support 4 more uftdi ports (3 from freebsd, 1 from netbsd)deraadt2004-07-111-22/+62
|
* support Crystalfontz CF-63[1234] USB LCDs; wpd@xs4all.nlderaadt2004-04-091-3/+11
|
* Matrix Orbital MX200 Serieshenning2003-12-081-6/+4
| | | | mostly From: nj@obsd.com
* Support for Matrix Orbital USB LCD Modules; cjeker@diehard.n-r-g.comderaadt2003-10-041-1/+6
|
* ditch unused return valuenate2003-05-191-4/+3
|
* string cleanup; nate okderaadt2003-05-071-2/+2
|
* sync with NetBSDnate2002-11-111-3/+2
|
* Update from NetBSD. Log message:nate2002-07-291-3/+21
| | | | | | | | Add code to setup hardware or software flow control (or none at all, if necessary) depending on the user-specified termios flags. This allows the device to talk to DCEs which don't assert RTS (i.e. dumb, 3-wire serial ports).
* get rid of trailing whitespacenate2002-07-251-5/+5
|
* Support for USB->Serial adapters based on FT8U232AMnate2002-07-101-23/+100
| | | | | various updates From NetBSD
* fix uftdi so that it matches what usbdevs saysnate2002-06-181-2/+2
|
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-34/+4
|
* Sync ulpt driver with NetBSDnate2002-05-071-4/+34
|
* Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentaaron2001-05-031-2/+3
| | | | kue(4) Ethernet devices.
* Forgot $OpenBSD$ tagsnate2001-02-201-0/+1
|
* Add the uftdi driver for the FTDI usb->serial converter.nate2001-02-201-0/+484
Driver from NetBSD. ok aaron@