hal ChangeLog,1.299,1.300

Joe Shaw joe at freedesktop.org
Fri Sep 17 10:05:50 PDT 2004


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

Modified Files:
	ChangeLog 
Log Message:
2004-09-17  Joe Shaw  <joeshaw at novell.com>

	* doc/spec/hal-spec.xml.in: Add the Lock and Unlock methods to the
	spec.

	* hald/hald_dbus.c (raise_device_not_locked,
	raise_device_already_locked): New errors for the locking methods.
	(device_query_capability): Change the parsing to split up caps on
	spaces rather than doing a substring match.
	(device_lock): Implements the Lock dbus method, which grabs an
	advisory lock on a device.
	(device_unlock): Implements the Unlock dbus method.
	(service_deleted): Callback which releases locks when the locking
	service quits.
	(filter_function): Add a ServiceDeleted handler, check for Lock
	and Unlock methods.
	(hald_dbus_init): Add a match for the ServiceDeleted signal so we
	can see when things disconnect from the bus.

	* libhal/libhal.c (hal_device_lock): Added.  Takes an advisory
	lock for a device.
	(hal_device_unlock): Releases the lock.

Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.299
retrieving revision 1.300
diff -u -d -r1.299 -r1.300
--- ChangeLog	16 Sep 2004 23:18:05 -0000	1.299
+++ ChangeLog	17 Sep 2004 17:05:48 -0000	1.300
@@ -1,3 +1,26 @@
+2004-09-17  Joe Shaw  <joeshaw at novell.com>
+
+	* doc/spec/hal-spec.xml.in: Add the Lock and Unlock methods to the
+	spec.
+
+	* hald/hald_dbus.c (raise_device_not_locked,
+	raise_device_already_locked): New errors for the locking methods.
+	(device_query_capability): Change the parsing to split up caps on
+	spaces rather than doing a substring match.
+	(device_lock): Implements the Lock dbus method, which grabs an
+	advisory lock on a device.
+	(device_unlock): Implements the Unlock dbus method.
+	(service_deleted): Callback which releases locks when the locking
+	service quits.
+	(filter_function): Add a ServiceDeleted handler, check for Lock
+	and Unlock methods.
+	(hald_dbus_init): Add a match for the ServiceDeleted signal so we
+	can see when things disconnect from the bus.
+
+	* libhal/libhal.c (hal_device_lock): Added.  Takes an advisory
+	lock for a device.
+	(hal_device_unlock): Releases the lock.
+
 2004-09-17  Kay Sievers  <kay.sievers at vrfy.org>
 
 	* hald/linux/volume_id/volume_id.c: (probe_vfat):




More information about the hal-commit mailing list