aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/uftdireg.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support to the uftdi driver for Intrepid Control Systems' vehicleBrooks Davis2004-07-011-1/+3
| | | | | | | | | | | | | | | | | | bus interfaces. These interfaces use the FTDI chipset with different Vendor and Product IDs. Add two additional baud rate enumerations. The vehicle bus interfaces use a baud rate of 2000000. Also add 3000000 as it is the other FTDI baud divisor special case. I've commited a slightly different patch from that provided in the PR as I changed the matching code a bit yesterday. Submitted by: Mike Durian <durian at shadetreesoftware.com> PR: kern/67357 Notes: svn path=/head/; revision=131416
* Add the uftdi ucom driver which supports the following adapters:Josef Karthauser2002-08-111-0/+348
Inland UAS111 QVS USC-1000 HP USB-Serial adapter shipped with some HP laptops Submitted by: takawata MFC After: 7 days Notes: svn path=/head/; revision=101703