hal/hald/linux bus_device.c,1.8,1.9
David Zeuthen
david at pdx.freedesktop.org
Sat May 1 12:29:19 PDT 2004
Update of /cvs/hal/hal/hald/linux
In directory pdx:/tmp/cvs-serv19656/hald/linux
Modified Files:
bus_device.c
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: bus_device.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux/bus_device.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- a/bus_device.c 26 Apr 2004 20:42:13 -0000 1.8
+++ b/bus_device.c 1 May 2004 19:29:17 -0000 1.9
@@ -197,16 +197,6 @@
}
}
-/** This function is called when all device detection on startup is done
- * in order to perform optional batch processing on devices
- *
- * @param self Pointer to class members
- */
-void
-bus_device_detection_done (BusDeviceHandler *self)
-{
-}
-
/** Init function for bus type
*
* @param self Pointer to class members
More information about the hal-commit
mailing list