diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2020-06-10 17:58:58 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2020-06-10 17:58:58 +0000 |
commit | ae32f464b124e3aa443e7660ef94670afc0cf58b (patch) | |
tree | f9485a26d9035e4a9885f7fc989df1db60338f82 /share/man | |
parent | 35b13d31d3d936621d04c6f3ce85256753039e40 (diff) |
cwfg(4)
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/cwfg.4 | 49 | ||||
-rw-r--r-- | share/man/man4/iic.4 | 6 |
3 files changed, 55 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 8d87d44a789..48c439bf290 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.774 2020/06/02 16:24:24 jcs Exp $ +# $OpenBSD: Makefile,v 1.775 2020/06/10 17:58:57 patrick Exp $ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -25,7 +25,7 @@ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ boca.4 bpf.4 brgphy.4 bridge.4 brswphy.4 bse.4 bwfm.4 bwi.4 bytgpio.4 \ cac.4 cas.4 cardbus.4 carp.4 ccp.4 ccpmic.4 cd.4 cdce.4 cfxga.4 \ ch.4 chvgpio.4 ciphy.4 ciss.4 clcs.4 clct.4 cmpci.4 \ - com.4 cue.4 cy.4 cz.4 \ + com.4 cue.4 cwfg.4 cy.4 cz.4 \ dc.4 dcphy.4 ddb.4 de.4 diskmap.4 divert.4 drm.4 dsxrtc.4 dt.4 \ dwctwo.4 dwdog.4 dwge.4 dwiic.4 dwmmc.4 dwpcie.4 dwxe.4 \ eap.4 ec.4 eephy.4 ef.4 eg.4 ehci.4 eisa.4 el.4 em.4 emc.4 gcu.4 \ diff --git a/share/man/man4/cwfg.4 b/share/man/man4/cwfg.4 new file mode 100644 index 00000000000..77b48ba6c5b --- /dev/null +++ b/share/man/man4/cwfg.4 @@ -0,0 +1,49 @@ +.\" $OpenBSD: cwfg.4,v 1.1 2020/06/10 17:58:57 patrick Exp $ +.\" +.\" Copyright (c) 2020 Patrick Wildt <patrick@blueri.se> +.\" +.\" 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: June 10 2020 $ +.Dt CWFG 4 +.Os +.Sh NAME +.Nm cwfg +.Nd CellWise CW201x fuel gauge +.Sh SYNOPSIS +.Cd "cwfg* at iic?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the CellWise CW201x fuel gauge. +It reads the current battery voltage, capacity and remaining minutes and +provides the information to the user via the sensors framework. +.Sh SEE ALSO +.Xr iic 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.8 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Jared McNeill Aq Mt jmcneill@invisible.ca +for +.Nx +and ported to +.Ox +by +.An Patrick Wildt Aq Mt patrick@blueri.se . diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4 index 01dc7f87826..2e92cd23a61 100644 --- a/share/man/man4/iic.4 +++ b/share/man/man4/iic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iic.4,v 1.107 2020/04/27 21:36:07 patrick Exp $ +.\" $OpenBSD: iic.4,v 1.108 2020/06/10 17:58:57 patrick 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 27 2020 $ +.Dd $Mdocdate: June 10 2020 $ .Dt IIC 4 .Os .Sh NAME @@ -166,6 +166,8 @@ X-Powers AXP Power Management IC ROHM BD718x7 Power Management IC .It Xr bgw 4 Bosch motion sensor +.It Xr cwfg 4 +CellWise CW201x fuel gauge .It Xr ccpmic 4 Intel Crystal Cove Power Management IC .It Xr dsxrtc 4 |