History log of /freebsd-10-stable/share/man/man4/uslcom.4
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 239037 04-Aug-2012 gavin

Support multiple interface devices. The driver had previously hardcoded
support for only the first port, but the CP2105 can have multiple ports.
Although this allowed the first port to mostly work on multi port devices,
there could be issues with this arrangement.

Update the man page to reflect support for both ports and the CP2105.

Many thanks to Silicon Labs (www.silabs.com) for providing a CP2105-EK
dev board for testing.

MFC after: 2 weeks


# 238803 26-Jul-2012 gavin

Add support for more devices to uslcom(4). This commit syncronises the
list of supported devices with the union of:

NetBSD src/sys/dev/usb/uslsa.c 1.18
OpenBSD src/sys/dev/usb/uslcom.c 1.24
Linux source/drivers/usb/serial/cp210x.c HEAD

Remove duplicate JABLOTRON PC60B entry.

Note that some of the devices added here are multi-port devices. The
uslcom(4) driver currently only supports the first port on such devices.

Update the man page to reflect the full list of supported devices.
Remove two caveats from the CAVEATS section, as both listed caveats no
longer apply. Add a caveat about multi-port devices.

MFC after: 2 weeks


# 235317 12-May-2012 gjb

General mdoc(7) and typo fixes.

PR: 167776
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days


# 227750 20-Nov-2011 miwi

- 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


# 219387 07-Mar-2011 hselasky

- Remove superfluous ucom device lines in USB manual pages.

Submitted by: Carl @ telus.net
MFC after: 14 days
Approved by: thompsa (mentor)


# 176834 05-Mar-2008 brueffer

mdoc changes to make this manpage consistent with our other section 4 manpages.


# 176830 05-Mar-2008 rink

Oops, I accidently concatenated uslcom.[c4] multiple times before the
commit :-/ Quickly fix before things get broken...

Pointyhat to: me


# 176829 05-Mar-2008 rink

Import uslcom(4) from OpenBSD - this is a driver for Silicon Laboratories
CP2101/CP2102 based USB serial adapters.

Reviewed by: imp, emaste
Obtained from: OpenBSD
MFC after: 2 weeks