hal ChangeLog,1.400,1.401
David Zeuthen
david at freedesktop.org
Wed Feb 2 20:13:49 PST 2005
- Previous message: hal/doc/spec hal-spec.html,1.42,1.43
- Next message: hal/hald/linux2 Makefile.am, 1.4, 1.5 acpi.c, 1.3, 1.4 classdev.c,
1.6, 1.7 hotplug.c, 1.6, 1.7 hotplug.h, 1.3, 1.4 osspec.c, 1.6,
1.7 pmu.c, NONE, 1.1 pmu.h, NONE, 1.1 util.c, 1.5, 1.6 util.h,
1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv30229
Modified Files:
ChangeLog
Log Message:
2005-02-02 David Zeuthen <davidz at redhat.com>
* hald/linux2/pmu.[ch]: New files
* hald/linux2/util.h: Add prototypes for
hal_util_grep_string_elem_from_file and
hal_util_grep_int_elem_from_file.
* hald/linux2/util.c (hal_util_grep_file): Allow file to be NULL
or empty and handle it correctly
(hal_util_grep_string_elem_from_file): New function
(hal_util_grep_int_elem_from_file): New function
(hal_util_set_string_elem_from_file): Simplify by using
hal_util_grep_string_elem_from_file
(hal_util_set_int_elem_from_file): Simplify by using
hal_util_grep_string_elem_from_file
* hald/linux2/osspec.c (osspec_probe): Refine algorithm for selecting
power management system since PMU based systems may simultaneously
support APM as well.
* hald/linux2/hotplug.h: Add PMU hotplug event
* hald/linux2/hotplug.c (hotplug_event_begin_pmu): New function
(hotplug_event_begin): Handle PMU
(hotplug_rescan_device): Handle PMU
(hotplug_reprobe_generate_remove_events): Handle PMU
(hotplug_reprobe_generate_add_events): Handle PMU
* hald/linux2/classdev.c (hotplug_event_begin_add_classdev): Only
set linux.device_file if there really is a device file
* hald/linux2/acpi.c (battery_refresh): Use maximum instead of
maximum_specified
* hald/linux2/Makefile.am: Add pmu.[ch]
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.400
retrieving revision 1.401
diff -u -d -r1.400 -r1.401
--- ChangeLog 3 Feb 2005 00:21:50 -0000 1.400
+++ ChangeLog 3 Feb 2005 04:13:46 -0000 1.401
@@ -1,5 +1,42 @@
2005-02-02 David Zeuthen <davidz at redhat.com>
+ * hald/linux2/pmu.[ch]: New files
+
+ * hald/linux2/util.h: Add prototypes for
+ hal_util_grep_string_elem_from_file and
+ hal_util_grep_int_elem_from_file.
+
+ * hald/linux2/util.c (hal_util_grep_file): Allow file to be NULL
+ or empty and handle it correctly
+ (hal_util_grep_string_elem_from_file): New function
+ (hal_util_grep_int_elem_from_file): New function
+ (hal_util_set_string_elem_from_file): Simplify by using
+ hal_util_grep_string_elem_from_file
+ (hal_util_set_int_elem_from_file): Simplify by using
+ hal_util_grep_string_elem_from_file
+
+ * hald/linux2/osspec.c (osspec_probe): Refine algorithm for selecting
+ power management system since PMU based systems may simultaneously
+ support APM as well.
+
+ * hald/linux2/hotplug.h: Add PMU hotplug event
+
+ * hald/linux2/hotplug.c (hotplug_event_begin_pmu): New function
+ (hotplug_event_begin): Handle PMU
+ (hotplug_rescan_device): Handle PMU
+ (hotplug_reprobe_generate_remove_events): Handle PMU
+ (hotplug_reprobe_generate_add_events): Handle PMU
+
+ * hald/linux2/classdev.c (hotplug_event_begin_add_classdev): Only
+ set linux.device_file if there really is a device file
+
+ * hald/linux2/acpi.c (battery_refresh): Use maximum instead of
+ maximum_specified
+
+ * hald/linux2/Makefile.am: Add pmu.[ch]
+
+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
- Previous message: hal/doc/spec hal-spec.html,1.42,1.43
- Next message: hal/hald/linux2 Makefile.am, 1.4, 1.5 acpi.c, 1.3, 1.4 classdev.c,
1.6, 1.7 hotplug.c, 1.6, 1.7 hotplug.h, 1.3, 1.4 osspec.c, 1.6,
1.7 pmu.c, NONE, 1.1 pmu.h, NONE, 1.1 util.c, 1.5, 1.6 util.h,
1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list