hal/hald/linux2 acpi.c,1.13,1.14
David Zeuthen
david at freedesktop.org
Wed Mar 2 14:58:41 PST 2005
Update of /cvs/hal/hal/hald/linux2
In directory gabe:/tmp/cvs-serv6970/hald/linux2
Modified Files:
acpi.c
Log Message:
2005-03-02 David Zeuthen <davidz at redhat.com>
* hald/linux2/acpi.c (battery_refresh): Remove .last_full, not .maximum
Index: acpi.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/acpi.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- acpi.c 2 Mar 2005 21:51:55 -0000 1.13
+++ acpi.c 2 Mar 2005 22:58:39 -0000 1.14
@@ -103,7 +103,7 @@
hal_device_property_remove (d, "battery.vendor");
hal_device_property_remove (d, "battery.charge_level.unit");
hal_device_property_remove (d, "battery.charge_level.current");
- hal_device_property_remove (d, "battery.charge_level.maximum");
+ hal_device_property_remove (d, "battery.charge_level.last_full");
hal_device_property_remove (d, "battery.charge_level.design");
device_property_atomic_update_end ();
} else {
More information about the hal-commit
mailing list