hal/doc TODO,1.21,1.22

David Zeuthen david at pdx.freedesktop.org
Sat May 1 12:29:19 PDT 2004


Update of /cvs/hal/hal/doc
In directory pdx:/tmp/cvs-serv19656/doc

Modified Files:
	TODO 
Log Message:
2004-05-01  David Zeuthen  <david at fubar.dk>

	* hald/Makefile.am (install-data-local): create /etc/hal/property.d

	* tools/callouts/fstab-update.sh: s/msdos/vfat/ if applicable

	* hald/logger.h: include stdio.h, stdlib.h since DIE macro uses this

	* doc/TODO: removed a TODO-note :-)

	* hald/callout.c (wait_for_callout): removed
	(handle_sigchld): new function
	(iochn_data): new function
	(process_callouts): install signal handler and setup GIOChannel
	stuff; don't install timeout for waiting for child

	* hald/linux/class_device.c (class_device_detection_done): removed

	* hald/linux/bus_device.c (bus_device_detection_done): removed



Index: TODO
===================================================================
RCS file: /cvs/hal/hal/doc/TODO,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- a/TODO	30 Apr 2004 17:01:23 -0000	1.21
+++ b/TODO	1 May 2004 19:29:17 -0000	1.22
@@ -54,10 +54,6 @@
     dialog with the .fdi file is unsigned. Probably needs discussion on the
     mailling list.
 
- -  Callouts should listen for SIGCHLD and send a byte over a pipe which
-    is watched with a GIOChannel instead of using a 250ms timeout like
-    we do now.
-
  -  Callouts are currently called in order, so if a callout hangs then
     no others will be called.  There should be a timeout which kills the
     callout after a certain period of time.  (5 seconds?  10?  15?)





More information about the hal-commit mailing list