severity 497929 important merge 501172 497929 tags 497929 +patch thanks Hi,
I can confirm that removing the two lines from the patch Tino mentioned in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497929#15 made powertop report correct watt usages again for me, running 2.6.27 (from the debian kernel teams repo): debian/patches/add-support-for-charge_now, those two lines: - watts_drawn = strtoull(line, NULL, 10) / 1000000.0; + amperes_drawn = strtoull(line, NULL, 10) / 1000000.0; Winnie, can you comment on why you added those lines? regards, Holger
signature.asc
Description: This is a digitally signed message part.

