diff options
author | gavin <gavin@FreeBSD.org> | 2012-08-04 15:11:36 +0000 |
---|---|---|
committer | gavin <gavin@FreeBSD.org> | 2012-08-04 15:11:36 +0000 |
commit | bb733604150b5ef6a91747950049b65942438ac9 (patch) | |
tree | eeb506794a5cd8ac5734935c3394351e8de6407d /share | |
parent | 6d37c6c863075ee08665b371b05f3cb68a371dd8 (diff) | |
download | FreeBSD-src-bb733604150b5ef6a91747950049b65942438ac9.zip FreeBSD-src-bb733604150b5ef6a91747950049b65942438ac9.tar.gz |
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
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/uslcom.4 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/share/man/man4/uslcom.4 b/share/man/man4/uslcom.4 index a7f2716..d043cb2 100644 --- a/share/man/man4/uslcom.4 +++ b/share/man/man4/uslcom.4 @@ -16,12 +16,12 @@ .\" .\" $FreeBSD$ .\" -.Dd July 26, 2012 +.Dd August 4, 2012 .Dt USLCOM 4 .Os .Sh NAME .Nm uslcom -.Nd Silicon Laboratories CP2101/CP2102/CP2103/CP2104 based USB serial adapter +.Nd Silicon Laboratories CP2101/CP2102/CP2103/CP2104/CP2105 based USB serial adapter .Sh SYNOPSIS To compile this driver into the kernel, place the following lines in your @@ -41,7 +41,7 @@ uslcom_load="YES" .Sh DESCRIPTION The .Nm -driver supports Silicon Laboratories CP2101/CP2102/CP2103/CP2104 +driver supports Silicon Laboratories CP2101/CP2102/CP2103/CP2104/CP2105 based USB serial adapters. .Sh HARDWARE The following devices should work with the @@ -155,7 +155,7 @@ Renesas RX-Stick for RX610 .It Siemens MC60 Cable .It -Silicon Laboratories generic CP2101/CP2102/CP2103/CP2104 chips +Silicon Laboratories generic CP2101/CP2102/CP2103/CP2104/CP2105 chips .It Software Bisque Paramount ME .It @@ -210,6 +210,3 @@ The .Nm driver was written by .An Jonathan Gray Aq jsg@openbsd.org . -.Sh CAVEATS -On devices with multiple ports attached to a single chip, -only the first port is currently supported. |