Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't keep the devinfo string on the stack, instead use malloc/free. | 2005-08-01 | 1 | -4/+5 | ||
| | | | | | | | | This should cure some rare stack overflows. From augustss NetBSD ok dlg@ pascoe@ | |||||
* | Support second interface on FTDI 2232C based devices. | 2005-05-24 | 1 | -2/+1 | ||
| | | | | ok dlg@ | |||||
* | another uftdi varient, from freebsd | 2005-05-13 | 1 | -1/+5 | ||
| | ||||||
* | do {} while (0) wrapper for the debug printf macros | 2005-04-17 | 1 | -3/+3 | ||
| | ||||||
* | handle at least the first port of a dual-port ufdti; from freebsd | 2005-04-08 | 1 | -18/+28 | ||
| | ||||||
* | uftdi 2232c dual usb (1 port supported for now). they did not mail me a unit... but CHIPS.. gadddggrr... | 2005-04-01 | 1 | -1/+3 | ||
| | ||||||
* | Falcom Twist-USB GSM/GPRS modem. | 2004-12-08 | 1 | -1/+16 | ||
| | | | | From David Coppa <caff at openbeer dot it> with tweaks from me. | |||||
* | Support another device; prices@dflytech.com | 2004-10-30 | 1 | -1/+16 | ||
| | ||||||
* | LK204-24-USB LCD; adulau@foo.be | 2004-08-13 | 1 | -1/+3 | ||
| | ||||||
* | support 4 more uftdi ports (3 from freebsd, 1 from netbsd) | 2004-07-11 | 1 | -22/+62 | ||
| | ||||||
* | support Crystalfontz CF-63[1234] USB LCDs; wpd@xs4all.nl | 2004-04-09 | 1 | -3/+11 | ||
| | ||||||
* | Matrix Orbital MX200 Series | 2003-12-08 | 1 | -6/+4 | ||
| | | | | mostly From: nj@obsd.com | |||||
* | Support for Matrix Orbital USB LCD Modules; cjeker@diehard.n-r-g.com | 2003-10-04 | 1 | -1/+6 | ||
| | ||||||
* | ditch unused return value | 2003-05-19 | 1 | -4/+3 | ||
| | ||||||
* | string cleanup; nate ok | 2003-05-07 | 1 | -2/+2 | ||
| | ||||||
* | sync with NetBSD | 2002-11-11 | 1 | -3/+2 | ||
| | ||||||
* | Update from NetBSD. Log message: | 2002-07-29 | 1 | -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 whitespace | 2002-07-25 | 1 | -5/+5 | ||
| | ||||||
* | Support for USB->Serial adapters based on FT8U232AM | 2002-07-10 | 1 | -23/+100 | ||
| | | | | | various updates From NetBSD | |||||
* | fix uftdi so that it matches what usbdevs says | 2002-06-18 | 1 | -2/+2 | ||
| | ||||||
* | Meant to commit only ulpt and committed everything. Most things weren't ready | 2002-05-07 | 1 | -34/+4 | ||
| | ||||||
* | Sync ulpt driver with NetBSD | 2002-05-07 | 1 | -4/+34 | ||
| | ||||||
* | Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three different | 2001-05-03 | 1 | -2/+3 | ||
| | | | | kue(4) Ethernet devices. | |||||
* | Forgot $OpenBSD$ tags | 2001-02-20 | 1 | -0/+1 | ||
| | ||||||
* | Add the uftdi driver for the FTDI usb->serial converter. | 2001-02-20 | 1 | -0/+484 | ||
Driver from NetBSD. ok aaron@ |