hal ChangeLog,1.399,1.400
David Zeuthen
david at freedesktop.org
Wed Feb 2 16:21:53 PST 2005
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv15452
Modified Files:
ChangeLog
Log Message:
2005-02-02 David Zeuthen <davidz at redhat.com>
* hald/linux2/apm.[ch]: New files
* hald/linux2/util.c (helper_invoke): Remember to initialize the
error object to NULL
* hald/linux2/osspec.c (osspec_probe): Only try APM if ACPI fails
* hald/linux2/hotplug.c (hotplug_event_begin_apm): New function
(hotplug_event_begin): Handle APM
(hotplug_rescan_device): Handle APM
(hotplug_reprobe_generate_remove_events): Handle APM
(hotplug_reprobe_generate_add_events): Handle APM
* hald/linux2/acpi.c (acpi_synthesize): Remember to set error to
NULL and don't leak the error object
(acpi_generate_remove_hotplug_event): Make this function return
a boolean to say whether ACPI capabilities were detected
* doc/spec/hal-spec.xml.in: Update the spec a bit more on battery.*
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.399
retrieving revision 1.400
diff -u -d -r1.399 -r1.400
--- ChangeLog 2 Feb 2005 21:14:18 -0000 1.399
+++ ChangeLog 3 Feb 2005 00:21:50 -0000 1.400
@@ -1,5 +1,27 @@
2005-02-02 David Zeuthen <davidz at redhat.com>
+ * hald/linux2/apm.[ch]: New files
+
+ * hald/linux2/util.c (helper_invoke): Remember to initialize the
+ error object to NULL
+
+ * hald/linux2/osspec.c (osspec_probe): Only try APM if ACPI fails
+
+ * hald/linux2/hotplug.c (hotplug_event_begin_apm): New function
+ (hotplug_event_begin): Handle APM
+ (hotplug_rescan_device): Handle APM
+ (hotplug_reprobe_generate_remove_events): Handle APM
+ (hotplug_reprobe_generate_add_events): Handle APM
+
+ * hald/linux2/acpi.c (acpi_synthesize): Remember to set error to
+ NULL and don't leak the error object
+ (acpi_generate_remove_hotplug_event): Make this function return
+ a boolean to say whether ACPI capabilities were detected
+
+ * doc/spec/hal-spec.xml.in: Update the spec a bit more on battery.*
+
+2005-02-02 David Zeuthen <davidz at redhat.com>
+
* hald/linux2/probing/probe-input.c (main): Fix up error handling
here so Reprobe() on the root, /org/freedesktop/Hal/devices/computer,
actually works; here's some python to do that
More information about the hal-commit
mailing list