]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ACPI: Don't report current_now if battery reports in mWh
authorMatthew Garrett <mjg@redhat.com>
Mon, 23 Aug 2010 20:25:32 +0000 (20:25 +0000)
committerLen Brown <len.brown@intel.com>
Tue, 31 Aug 2010 04:00:47 +0000 (00:00 -0400)
commitb137b9942a07843c64a934cfdb7d43155e507e13
treee9f8df3770c4cd7448bb843a391ab6497af39481
parent92fa5bd9a946b6e7aab6764e7312e4e3d9bed295
ACPI: Don't report current_now if battery reports in mWh

ACPI batteries can report in units of either current or energy. Right
now we expose the current_now file even if the battery is reporting
energy units, resulting in a file that should contain mA instead
containing mW. Don't expose this value unless the battery is reporting
current.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
Cc: Arjan van de Ven <arjan@linux.intel.com>
Acked-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/battery.c