Comment 48 for bug 194719

Revision history for this message
In , Danny Kukawka (danny-kukawka) wrote :

(In reply to comment #12)
> there is a typo in hal-0.5.10/hald/linux/device.c
[...]
> /* CURRENT: we prefer the average if it exists, although present is still
> pretty good */
> if (hal_util_get_int_from_file (path, "current_avg", &current, 10)) {
>
> (i.e., negate the condition otherwise rate is not ever updated.)

I take a look at this issue.