pwmleds(4)
authorkettenis <kettenis@openbsd.org>
Wed, 23 Nov 2022 23:47:05 +0000 (23:47 +0000)
committerkettenis <kettenis@openbsd.org>
Wed, 23 Nov 2022 23:47:05 +0000 (23:47 +0000)
share/man/man4/Makefile
share/man/man4/pwmleds.4 [new file with mode: 0644]

index e6b8156..165e43a 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.826 2022/11/11 15:25:13 matthieu Exp $
+#      $OpenBSD: Makefile,v 1.827 2022/11/23 23:47:05 kettenis Exp $
 
 MAN=   aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \
        acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \
@@ -71,7 +71,7 @@ MAN=  aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \
        pf.4 pflog.4 pflow.4 pfsync.4 \
        pgt.4 piixpm.4 pijuice.4 pinctrl.4 pipex.4 plgpio.4 plrtc.4 pluart.4 \
        pms.4 ppb.4 ppp.4 pppoe.4 pppx.4 psci.4 pty.4 puc.4 pvbus.4 \
-       pvclock.4 pwdog.4 pwmbl.4 pwmfan.4 pwmreg.4 \
+       pvclock.4 pwdog.4 pwmbl.4 pwmfan.4 pwmleds.4 pwmreg.4 \
        qcdwusb.4 qcgpio.4 qciic.4 qcpdc.4 qcpmic.4 qcpmicgpio.4 qcpon.4 \
        qcpwm.4 qcrtc.4 qcspmi.4 \
        qla.4 qle.4 qlw.4 qsphy.4 \
diff --git a/share/man/man4/pwmleds.4 b/share/man/man4/pwmleds.4
new file mode 100644 (file)
index 0000000..9aea6be
--- /dev/null
@@ -0,0 +1,45 @@
+.\"    $OpenBSD: pwmleds.4,v 1.1 2022/11/23 23:47:05 kettenis Exp $
+.\"
+.\" Copyright (c) 2021 Klemens Nanni <kn@openbsd.org>
+.\" Copyright (c) 2022 Mark Kettenis <kettenis@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" 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 23 2022 $
+.Dt PWMLEDS 4
+.Os
+.Sh NAME
+.Nm pwmleds
+.Nd PWM LEDs
+.Sh SYNOPSIS
+.Cd "pwmleds* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for LEDs controlled by Pulse Width Modulation
+(PWM).
+.Pp
+Currently, only keyboard backlight LEDs are supported.
+.Sh SEE ALSO
+.Xr intro 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 7.3 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Mark Kettenis Aq Mt kettenis@openbsd.org .