hal ChangeLog,1.483,1.484
Kay Sievers
kay at freedesktop.org
Wed Mar 16 12:09:49 PST 2005
- Previous message: hal/hald util.c,1.11,1.12
- Next message: hal/hald/linux2 acpi.c, 1.18, 1.19 apm.c, 1.6, 1.7 blockdev.c, 1.14,
1.15 classdev.c, 1.23, 1.24 coldplug.c, 1.13, 1.14 hotplug.c,
1.15, 1.16 hotplug.h, 1.7, 1.8 osspec.c, 1.22, 1.23 physdev.c,
1.11, 1.12 pmu.c, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv352
Modified Files:
ChangeLog
Log Message:
2005-03-16 Kay Sievers <kay.sievers at vrfy.org>
Replace boolean action type of hotplug event with enum, cause
hotplug actions are not limited to "add" and "remove" events. The
kernel already emits "online", "offline" hotplug events for
hotplugging cpu's.
* hald/linux2/acpi.c: (acpi_synthesize),
(acpi_generate_add_hotplug_event),
(acpi_generate_remove_hotplug_event):
* hald/linux2/apm.c: (apm_synthesize_hotplug_events),
(apm_generate_add_hotplug_event),
(apm_generate_remove_hotplug_event):
* hald/linux2/blockdev.c:
(generate_fakevolume_hotplug_event_add_for_storage_device),
(blockdev_generate_add_hotplug_event),
(blockdev_generate_remove_hotplug_event):
* hald/linux2/classdev.c: (classdev_generate_add_hotplug_event),
(classdev_generate_remove_hotplug_event):
* hald/linux2/coldplug.c: (coldplug_synthesize_events),
(coldplug_synthesize_block_event), (coldplug_compute_visit_device):
* hald/linux2/hotplug.c: (hotplug_event_begin_sysfs),
(hotplug_event_begin_acpi), (hotplug_event_begin_apm),
(hotplug_event_begin_pmu):
* hald/linux2/hotplug.h:
* hald/linux2/osspec.c: (hald_helper_data):
* hald/linux2/physdev.c: (physdev_generate_add_hotplug_event),
(physdev_generate_remove_hotplug_event):
* hald/linux2/pmu.c: (pmu_synthesize_hotplug_events),
(pmu_generate_add_hotplug_event),
(pmu_generate_remove_hotplug_event):
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.483
retrieving revision 1.484
diff -u -d -r1.483 -r1.484
--- ChangeLog 16 Mar 2005 02:58:02 -0000 1.483
+++ ChangeLog 16 Mar 2005 20:09:46 -0000 1.484
@@ -1,3 +1,44 @@
+2005-03-16 Kay Sievers <kay.sievers at vrfy.org>
+
+ Replace boolean action type of hotplug event with enum, cause
+ hotplug actions are not limited to "add" and "remove" events. The
+ kernel already emits "online", "offline" hotplug events for
+ hotplugging cpu's.
+
+ * hald/linux2/acpi.c: (acpi_synthesize),
+ (acpi_generate_add_hotplug_event),
+ (acpi_generate_remove_hotplug_event):
+
+ * hald/linux2/apm.c: (apm_synthesize_hotplug_events),
+ (apm_generate_add_hotplug_event),
+ (apm_generate_remove_hotplug_event):
+
+ * hald/linux2/blockdev.c:
+ (generate_fakevolume_hotplug_event_add_for_storage_device),
+ (blockdev_generate_add_hotplug_event),
+ (blockdev_generate_remove_hotplug_event):
+
+ * hald/linux2/classdev.c: (classdev_generate_add_hotplug_event),
+ (classdev_generate_remove_hotplug_event):
+
+ * hald/linux2/coldplug.c: (coldplug_synthesize_events),
+ (coldplug_synthesize_block_event), (coldplug_compute_visit_device):
+
+ * hald/linux2/hotplug.c: (hotplug_event_begin_sysfs),
+ (hotplug_event_begin_acpi), (hotplug_event_begin_apm),
+ (hotplug_event_begin_pmu):
+
+ * hald/linux2/hotplug.h:
+
+ * hald/linux2/osspec.c: (hald_helper_data):
+
+ * hald/linux2/physdev.c: (physdev_generate_add_hotplug_event),
+ (physdev_generate_remove_hotplug_event):
+
+ * hald/linux2/pmu.c: (pmu_synthesize_hotplug_events),
+ (pmu_generate_add_hotplug_event),
+ (pmu_generate_remove_hotplug_event):
+
2005-03-15 David Zeuthen <davidz at redhat.com>
* hald/util.c (hal_util_get_string_from_file): Yikes, variable i
- Previous message: hal/hald util.c,1.11,1.12
- Next message: hal/hald/linux2 acpi.c, 1.18, 1.19 apm.c, 1.6, 1.7 blockdev.c, 1.14,
1.15 classdev.c, 1.23, 1.24 coldplug.c, 1.13, 1.14 hotplug.c,
1.15, 1.16 hotplug.h, 1.7, 1.8 osspec.c, 1.22, 1.23 physdev.c,
1.11, 1.12 pmu.c, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list