summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uftdireg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support FTDI FT2232H. This has a new base clock rate, different divisor,deraadt2012-09-111-3/+5
| | | | | and the buffersizes are now taken from the endpoint descriptors. From Raphael Graf
* Fix a comment: Code defines FTDI_SIO_GET_STATUS, use that inmbalmer2008-07-051-4/+4
| | | | | | comments, not FTDI_SIO_GET_MODEM_STATUS which is not defined anywhere. Also note that on newer devices like the FT232R the request is two bytes, not one.
* algorithmically handle baudrate requests, allowing all sorts ofderaadt2006-06-161-18/+6
| | | | strange rates one might need; mrd@alkemio.org
* Typos.tdeval2005-03-121-4/+4
|
* support 4 more uftdi ports (3 from freebsd, 1 from netbsd)deraadt2004-07-111-2/+4
|
* update $NetBSD$ tagsnate2002-07-251-2/+2
|
* get rid of trailing whitespacenate2002-07-251-32/+32
|
* Support for USB->Serial adapters based on FT8U232AMnate2002-07-101-2/+23
| | | | | various updates From NetBSD
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-3/+2
|
* Sync ulpt driver with NetBSDnate2002-05-071-2/+3
|
* Synchronize usb code with NetBSD.nate2001-10-311-2/+4
|
* Forgot $OpenBSD$ tagsnate2001-02-201-0/+1
|
* Add the uftdi driver for the FTDI usb->serial converter.nate2001-02-201-0/+324
Driver from NetBSD. ok aaron@