diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2008-05-29 15:45:20 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2008-05-29 15:45:20 +0000 |
commit | 50b8bd157dc7bfa0b57534c5a496f267ec190bd1 (patch) | |
tree | f2bce7eaf4c81e20efda3df8403b088421788bb1 /share | |
parent | 61222f164635c6920cd5c55878b53fde1d3ee06c (diff) |
pcaled(4) also supports the PCA9552 LED dimmer.
ok jmc
Diffstat (limited to 'share')
-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 , |