Edward Tomasz Napierala
fa196dea22
Fix device paths for USB serial adapters: the formatting strings
...
contain "%u", differently from eg uart(4) which uses "%r".
Suggested by: bde@
MFC after: 2 weeks
2017-05-09 08:36:09 +00:00
Edward Tomasz Napierala
4f4acb65e8
Add information about device nodes to man pages for USB serial drivers.
...
MFC after: 2 weeks
2017-04-26 19:51:10 +00:00
Christian Brueffer
548afe2bec
Fix mandoc warnings/errors.
...
MFC after: 1 week
2015-08-12 11:56:19 +00:00
Ian Lepore
374b1ec1ea
Document the recently added get-bitmode and eeprom read/write functionality.
2015-08-06 20:59:03 +00:00
Glen Barber
01c73a3bb3
Clean trailing whitespace.
...
Add missing .El to fix formatting.
Found with: mandoc(1)
Sponsored by: The FreeBSD Foundation
2014-04-13 02:03:14 +00:00
Ian Lepore
a9d84a2ba7
Add ioctl(2) calls to uftdi(4) to access bitbang, MPSSE, CPU_FIFO, and
...
other modes supported by the FTDI serial adapter chips.
In addition to adding the new ioctls, this change removes all the code
that reset the chip at attach and open/close time, and also the code
that turned on RTS/CTS flow control on open without any permission to do
so (that was just always a bug in the driver).
When FTDI chips are configured as GPIO or MPSSE or other special-purpose
uses by an attached serial eeprom, the chip will power on with certain
pins driven or floating, and it's important that the driver not do
anything to the chip to perturb that unless it receives a specific
command to do so. When used for "plain old serial comms" the chip
powers on into the right mode and never needs to be reset while it's
running to operate properly, so this change is transparent to most users.
2014-04-05 16:08:13 +00:00
Ian Lepore
ea25ea8cf8
Update the list of FTDI chips supported by uftdi(4).
2014-04-01 18:41:54 +00:00
Martin Wilke
99fc589956
- Add missing usb and ucom devices
...
PR: usb/160301
Submitted by: Garrett Cooper <gcooper@ixsystems.com>
Reviewed by: hselasky
Approved by: hselasky, rwatson (mentor)
MFC after: 3 Days
2011-11-20 12:18:21 +00:00
Hans Petter Selasky
7cf9b284fc
- Remove superfluous ucom device lines in USB manual pages.
...
Submitted by: Carl @ telus.net
MFC after: 14 days
Approved by: thompsa (mentor)
2011-03-07 21:53:15 +00:00
Joel Dahl
8bf7539fe9
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
...
their software.
Obtained from: NetBSD
2010-03-02 21:59:03 +00:00
Marc Fonvieille
29881a8358
Elexol USB MOD3 is also supported.
2008-07-03 12:48:13 +00:00
Poul-Henning Kamp
7bc5465e79
Add Prologix GPIB-USB Controller (Highly recommended btw)
2007-05-05 08:23:05 +00:00
Takanori Watanabe
99f1557a35
Document devices that can drivea
...
.
Obtained from: [FreeBSD-users-jp 90628](uftdi.c rev 1.25 also)
2007-05-05 08:10:37 +00:00
Marc Fonvieille
f53b14bad4
Elexol USB MOD1 is supported by the uftdi driver.
2007-04-14 13:51:51 +00:00
Christian Brueffer
0a771a3be7
Use our standard section 4 SYNOPSIS.
...
MFC after: 3 days
2006-11-22 21:30:02 +00:00
Christian Brueffer
0efdd3a300
Document FTDI FT2232C support.
2005-04-08 18:12:07 +00:00
Lukas Ertl
3aa6430f78
Document support for the B&B Electronics USB->RS422/485 adapter.
...
Bump document date.
2004-10-30 09:25:11 +00:00
Simon L. B. Nielsen
fe72d7b17f
- Move HARDWARE section to after DESCRIPTION like in the other FreeBSD
...
section 4 manual pages.
- Sort device list.
MFC after: 3 days
2004-09-12 15:46:15 +00:00
Christian Brueffer
f766821566
- change layout of the hardware list to the one used by other manpages
...
- add a missing word
MFC after: 3 days
2004-09-03 23:17:21 +00:00
Warner Losh
fc1a4ecf57
Insert device foo for a few drivers that don't have it. Replace the
...
NetBSD config syntax with the FreeBSD syntax.
2004-06-24 05:09:15 +00:00
David E. O'Brien
a10ab60930
Note when this driver 1st appeared in FreeBSD besides NetBSD.
2004-06-13 22:46:32 +00:00
Josef Karthauser
31f48889ad
Add the uftdi ucom driver which supports the following adapters:
...
Inland UAS111
QVS USC-1000
HP USB-Serial adapter shipped with some HP laptops
Submitted by: takawata
MFC After: 7 days
2002-08-11 23:32:33 +00:00