hal ChangeLog,1.397,1.398
David Zeuthen
david at freedesktop.org
Wed Feb 2 12:44:27 PST 2005
- Previous message: hal/hald/linux2 acpi.c, 1.1, 1.2 acpi.h, 1.1, 1.2 classdev.c, 1.5,
1.6 classdev.h, 1.2, 1.3 coldplug.c, 1.4, 1.5 hotplug.c, 1.4,
1.5 hotplug.h, 1.1, 1.2 osspec.c, 1.4, 1.5 physdev.c, 1.4,
1.5 physdev.h, 1.1, 1.2
- Next message: hal/hald hald_dbus.c, 1.20, 1.21 hald_test.c, 1.1,
1.2 hald_test_libhal.c, 1.1, 1.2 osspec.h, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv29310
Modified Files:
ChangeLog
Log Message:
2005-02-02 David Zeuthen <david at fubar.dk>
* hald/linux2/osspec.c: Adjust for changes in hotplug.h.
(osspec_device_rescan): New function
(osspec_device_reprobe): New function
* hald/linux2/hotplug.h: Extend HotplugEvent struct to also be used
for coldplugging/fake hotplugging (via Reprobe()) of ACPI devices.
Add prototypes for hotplug_reprobe_tree() and hotplug_rescan_device().
* hald/linux2/hotplug.c: Adjust to changes in hotplug.h
(hotplug_event_begin_sysfs): New function; what used to be the
function hotplug_event_begin().
(hotplug_event_begin_acpi): New function
(hotplug_event_begin): Now a simple dispatcher according to hotplug
type; e.g. sysfs or acpi
(hotplug_rescan_device): New function
(hotplug_reprobe_generate_remove_events): New function
(hotplug_reprobe_generate_add_events): New function
(hotplug_reprobe_tree): New function
* hald/linux2/coldplug.c: Adjust to changes in hotplug.h
* hald/linux2/classdev.h: Add prototypes for classdev_generate_
[add|remove]_hotplug_event() and classdev_rescan_device().
* hald/linux2/classdev.c (hotplug_event_begin_add_classdev): Add
some properties so we can reconstruct the hotplug event
(classdev_rescan_device): New function
(classdev_generate_add_hotplug_event): New function
(classdev_generate_remove_hotplug_event): New function
* hald/linux2/acpi.[ch]: Yikes, rewrite must of this to conform to
the hotplug model so we can do Rescan() and Reprobe()
* hald/osspec.h: Add prototypes for osspec_device_[rescan|reprobe]
* hald/hald_test_libhal.c (send_tests_done): New function
(check_libhal): Add some more tests and report back
* hald/hald_test.c (check_properties): Fixup wrong failure reports
(server_message_handler): Add new methods on the org.freedesktop.Hal.
Tests interfaces to signal that a test is done
(wait_for_external_test): New function; pretty ugly but it works
for now. As noted: Patches are Welcome(tm)
(main): Enable libhal tests
* hald/hald_dbus.c (device_rescan): New function
(device_reprobe): New function
(hald_dbus_filter_function): Add checks for Rescan() and Reprobe()
methods on the org.freedesktop.Hal.Device interface
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.397
retrieving revision 1.398
diff -u -d -r1.397 -r1.398
--- ChangeLog 1 Feb 2005 15:36:27 -0000 1.397
+++ ChangeLog 2 Feb 2005 20:44:23 -0000 1.398
@@ -1,3 +1,55 @@
+2005-02-02 David Zeuthen <david at fubar.dk>
+
+ * hald/linux2/osspec.c: Adjust for changes in hotplug.h.
+ (osspec_device_rescan): New function
+ (osspec_device_reprobe): New function
+
+ * hald/linux2/hotplug.h: Extend HotplugEvent struct to also be used
+ for coldplugging/fake hotplugging (via Reprobe()) of ACPI devices.
+ Add prototypes for hotplug_reprobe_tree() and hotplug_rescan_device().
+
+ * hald/linux2/hotplug.c: Adjust to changes in hotplug.h
+ (hotplug_event_begin_sysfs): New function; what used to be the
+ function hotplug_event_begin().
+ (hotplug_event_begin_acpi): New function
+ (hotplug_event_begin): Now a simple dispatcher according to hotplug
+ type; e.g. sysfs or acpi
+ (hotplug_rescan_device): New function
+ (hotplug_reprobe_generate_remove_events): New function
+ (hotplug_reprobe_generate_add_events): New function
+ (hotplug_reprobe_tree): New function
+
+ * hald/linux2/coldplug.c: Adjust to changes in hotplug.h
+
+ * hald/linux2/classdev.h: Add prototypes for classdev_generate_
+ [add|remove]_hotplug_event() and classdev_rescan_device().
+
+ * hald/linux2/classdev.c (hotplug_event_begin_add_classdev): Add
+ some properties so we can reconstruct the hotplug event
+ (classdev_rescan_device): New function
+ (classdev_generate_add_hotplug_event): New function
+ (classdev_generate_remove_hotplug_event): New function
+
+ * hald/linux2/acpi.[ch]: Yikes, rewrite must of this to conform to
+ the hotplug model so we can do Rescan() and Reprobe()
+
+ * hald/osspec.h: Add prototypes for osspec_device_[rescan|reprobe]
+
+ * hald/hald_test_libhal.c (send_tests_done): New function
+ (check_libhal): Add some more tests and report back
+
+ * hald/hald_test.c (check_properties): Fixup wrong failure reports
+ (server_message_handler): Add new methods on the org.freedesktop.Hal.
+ Tests interfaces to signal that a test is done
+ (wait_for_external_test): New function; pretty ugly but it works
+ for now. As noted: Patches are Welcome(tm)
+ (main): Enable libhal tests
+
+ * hald/hald_dbus.c (device_rescan): New function
+ (device_reprobe): New function
+ (hald_dbus_filter_function): Add checks for Rescan() and Reprobe()
+ methods on the org.freedesktop.Hal.Device interface
+
2005-02-01 David Zeuthen <davidz at redhat.com>
* hald/linux2/probing/probe-input.c (main): Fix a bug here where
- Previous message: hal/hald/linux2 acpi.c, 1.1, 1.2 acpi.h, 1.1, 1.2 classdev.c, 1.5,
1.6 classdev.h, 1.2, 1.3 coldplug.c, 1.4, 1.5 hotplug.c, 1.4,
1.5 hotplug.h, 1.1, 1.2 osspec.c, 1.4, 1.5 physdev.c, 1.4,
1.5 physdev.h, 1.1, 1.2
- Next message: hal/hald hald_dbus.c, 1.20, 1.21 hald_test.c, 1.1,
1.2 hald_test_libhal.c, 1.1, 1.2 osspec.h, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list