From 689f4adcf60ad7bc2dc94e356ef6318da5e29853 Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Tue, 18 May 2010 22:26:40 +0200 Subject: [PATCH] --- yaml --- r: 198156 b: refs/heads/master c: 24af3202459d9a25643009b1ab8ab5ff04d94b49 h: refs/heads/master v: v3 --- [refs] | 2 +- .../ABI/testing/sysfs-class-power | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 trunk/Documentation/ABI/testing/sysfs-class-power diff --git a/[refs] b/[refs] index ce11a2524050..df83535cda96 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bd52ca555ef36bf5b790178cfe8b7d42b5c16ca6 +refs/heads/master: 24af3202459d9a25643009b1ab8ab5ff04d94b49 diff --git a/trunk/Documentation/ABI/testing/sysfs-class-power b/trunk/Documentation/ABI/testing/sysfs-class-power new file mode 100644 index 000000000000..78c7baca3587 --- /dev/null +++ b/trunk/Documentation/ABI/testing/sysfs-class-power @@ -0,0 +1,20 @@ +What: /sys/class/power/ds2760-battery.*/charge_now +Date: May 2010 +KernelVersion: 2.6.35 +Contact: Daniel Mack +Description: + This file is writeable and can be used to set the current + coloumb counter value inside the battery monitor chip. This + is needed for unavoidable corrections of aging batteries. + A userspace daemon can monitor the battery charging logic + and once the counter drops out of considerable bounds, take + appropriate action. + +What: /sys/class/power/ds2760-battery.*/charge_full +Date: May 2010 +KernelVersion: 2.6.35 +Contact: Daniel Mack +Description: + This file is writeable and can be used to set the assumed + battery 'full level'. As batteries age, this value has to be + amended over time.