From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Wed, 18 Oct 2017 06:22:04 -0700 Subject: libbattery was Re: [RFC PATCH 5/5] power: generic-adc-battery: Add capacity handling In-Reply-To: <61BFA8AF-657A-4AD7-A7AC-3E5DC3B7E83D@goldelico.com> References: <1501620926-22669-1-git-send-email-marek.belisko@open-nandra.com> <1501620926-22669-6-git-send-email-marek.belisko@open-nandra.com> <20170829101147.debhadzyfrxhkrvt@earth> <20170908113231.GJ18365@amd> <20171018122804.GA14376@amd> <61BFA8AF-657A-4AD7-A7AC-3E5DC3B7E83D@goldelico.com> Message-ID: <20171018132204.GD4394@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * H. Nikolaus Schaller [171018 05:49]: > > Am 18.10.2017 um 14:28 schrieb Pavel Machek : > > > > So I started something, it is at. > > > > https://github.com/pavelmachek/libbattery > > > > My battery on n900 is currently uncalibrated (and charging), still it > > gets some kind of estimation: > > > > Battery -1 % > > Seconds -1 > > State 1 > > Voltage 3.88 V > > Battery 63 % > > > > Of course, there's a lot more work to be done. > > Nice start but not a solution to our problem. > > Our problem is that people simply expect that for example https://packages.debian.org/wheezy/xfce/xfce4-battery-plugin > displays the battery percentage. I think we could make things compatible with various battery apps by having libbattery write back the capacity percentage and time remaining to the kernel driver via sysfs or a dev entry. Then the kernel interface can just display the data to whatever apps. Regards, Tony