diff options
author | 2008-05-29 15:45:19 +0000 | |
---|---|---|
committer | 2008-05-29 15:45:19 +0000 | |
commit | 5c09c35770d9f949a301ff6254c2f79eecf5a431 (patch) | |
tree | 7a5d808143f1dbbe759915b40b1ddfb6c5dd5dc3 | |
parent | try to clearly describe interaction between -CcEeHhRr and -fiou options; (diff) | |
download | wireguard-openbsd-5c09c35770d9f949a301ff6254c2f79eecf5a431.tar.xz wireguard-openbsd-5c09c35770d9f949a301ff6254c2f79eecf5a431.zip |
pcaled(4) also supports the PCA9552 LED dimmer.
ok jmc
-rw-r--r-- | share/man/man4/iic.4 | 6 | ||||
-rw-r--r-- | share/man/man4/pcaled.4 | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4 index a2ba3c0e80d..c2070a5fd90 100644 --- a/share/man/man4/iic.4 +++ b/share/man/man4/iic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iic.4,v 1.72 2008/04/22 05:17:20 deraadt Exp $ +.\" $OpenBSD: iic.4,v 1.73 2008/05/29 15:45:19 mbalmer Exp $ .\" .\" Copyright (c) 2004, 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 22 2008 $ +.Dd $Mdocdate: May 29 2008 $ .Dt IIC 4 .Os .Sh NAME @@ -151,7 +151,7 @@ Maxim MAX6642/MAX6690 temperature sensor .It Xr pcagpio 4 Philips PCA955[467] GPIO controller .It Xr pcaled 4 -Philips PCA9532 GPIO LED dimmer +Philips PCA9532/9552 GPIO LED dimmer .It Xr pcfadc 4 Philips PCF8591 temperature sensor .It Xr ricohrtc 4 diff --git a/share/man/man4/pcaled.4 b/share/man/man4/pcaled.4 index 3ced5110595..bfb895dd0f4 100644 --- a/share/man/man4/pcaled.4 +++ b/share/man/man4/pcaled.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcaled.4,v 1.3 2007/11/17 10:19:20 jmc Exp $ +.\" $OpenBSD: pcaled.4,v 1.4 2008/05/29 15:45:19 mbalmer Exp $ .\" .\" Copyright (c) 2006 Theo de Raadt <deraadt@openbsd.org> .\" @@ -14,20 +14,20 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 17 2007 $ +.Dd $Mdocdate: May 29 2008 $ .Dt PCALED 4 .Os .Sh NAME .Nm pcaled -.Nd Philips PCA9532 GPIO LED dimmer +.Nd Philips PCA9532/PCA9552 GPIO LED dimmer .Sh SYNOPSIS .Cd "pcaled* at iic?" .Cd "gpio* at pcaled?" .Sh DESCRIPTION The .Nm -driver provides support for the Philips PCA9532 GPIO controller -which is specifically optimized to dim LEDs in 256 discrete steps. +driver provides support for the Philips PCA9532 and PCA9552 GPIO controllers +which are specifically optimized to dim LEDs in 256 discrete steps. .Sh SEE ALSO .Xr gpio 4 , .Xr iic 4 , |