hal ChangeLog,1.548,1.549

David Zeuthen david at freedesktop.org
Fri Jul 8 16:02:31 PDT 2005


Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv25462

Modified Files:
	ChangeLog 
Log Message:
2005-07-08  David Zeuthen  <davidz at redhat.com>

        Make it possible to create and remove HAL devices without kernel and
        sysfs support. Some legacy devices or userspace driven devices may be
        useful in HAL too, but need to be maintained by an application instead
        of the kernel itself. Patch from Steffen Winterfeldt <snwint at suse.de>.

        * tools/hal-device.c: New file

        * tools/Makefile.am: Add build rules for hal-device

        * libhal/libhal.[ch]: Remove the _agent prefix from the agent_manager
        functions

        * hald/hald_dbus.h: Add prototypes for new functions

        * hald/hald_dbus.c (manager_new_device)
        (manager_remove_done, manager_remove)
        (manager_commit_done)
        (manager_commit_preprobing_done)
        (manager_commit_to_gdl): New functions
        (hald_dbus_filter_handle_methods): Add handlers for new D-BUS methods



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.548
retrieving revision 1.549
diff -u -d -r1.548 -r1.549
--- ChangeLog	7 Jul 2005 18:37:26 -0000	1.548
+++ ChangeLog	8 Jul 2005 23:02:23 -0000	1.549
@@ -1,3 +1,26 @@
+2005-07-08  David Zeuthen  <davidz at redhat.com>
+
+	Make it possible to create and remove HAL devices without kernel and
+	sysfs support. Some legacy devices or userspace driven devices may be
+	useful in HAL too, but need to be maintained by an application instead
+	of the kernel itself. Patch from Steffen Winterfeldt <snwint at suse.de>.
+
+	* tools/hal-device.c: New file
+
+	* tools/Makefile.am: Add build rules for hal-device
+
+	* libhal/libhal.[ch]: Remove the _agent prefix from the agent_manager 
+	functions
+
+	* hald/hald_dbus.h: Add prototypes for new functions
+
+	* hald/hald_dbus.c (manager_new_device)
+	(manager_remove_done, manager_remove)
+	(manager_commit_done)
+	(manager_commit_preprobing_done)
+	(manager_commit_to_gdl): New functions
+	(hald_dbus_filter_handle_methods): Add handlers for new D-BUS methods
+
 2005-07-07  Kay Sievers  <kay.sievers at vrfy.org>
 
 	* tools/device-manager/DeviceManager.py:




More information about the hal-commit mailing list