hal ChangeLog,1.398,1.399

David Zeuthen david at freedesktop.org
Wed Feb 2 13:14:20 PST 2005


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

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

	* hald/linux2/probing/probe-input.c (main): Fix up error handling
	here so Reprobe() on the root, /org/freedesktop/Hal/devices/computer,
	actually works; here's some python to do that

	#!/usr/bin/python

	import dbus

	bus = dbus.Bus (dbus.Bus.TYPE_SYSTEM)
	hal_service = bus.get_service ('org.freedesktop.Hal')
	d = hal_service.get_object ('/org/freedesktop/Hal/devices/computer', 
	                            'org.freedesktop.Hal.Device')
	d.Reprobe()




Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.398
retrieving revision 1.399
diff -u -d -r1.398 -r1.399
--- ChangeLog	2 Feb 2005 20:44:23 -0000	1.398
+++ ChangeLog	2 Feb 2005 21:14:18 -0000	1.399
@@ -1,4 +1,20 @@
-2005-02-02  David Zeuthen  <david at fubar.dk>
+2005-02-02  David Zeuthen  <davidz at redhat.com>
+
+	* hald/linux2/probing/probe-input.c (main): Fix up error handling
+	here so Reprobe() on the root, /org/freedesktop/Hal/devices/computer,
+	actually works; here's some python to do that
+
+	#!/usr/bin/python
+
+	import dbus
+
+	bus = dbus.Bus (dbus.Bus.TYPE_SYSTEM)
+	hal_service = bus.get_service ('org.freedesktop.Hal')
+	d = hal_service.get_object ('/org/freedesktop/Hal/devices/computer', 
+	                            'org.freedesktop.Hal.Device')
+	d.Reprobe()
+
+2005-02-02  David Zeuthen  <davidz at redhat.com>
 
 	* hald/linux2/osspec.c: Adjust for changes in hotplug.h.
 	(osspec_device_rescan): New function




More information about the hal-commit mailing list