hal/doc/spec hal-spec.html,1.33,1.34
David Zeuthen
david at freedesktop.org
Mon Oct 18 15:52:07 PDT 2004
Update of /cvs/hal/hal/doc/spec
In directory gabe:/tmp/cvs-serv26755/doc/spec
Modified Files:
hal-spec.html
Log Message:
2004-10-18 David Zeuthen <davidz at redhat.com>
* hald/hald.c (main): Do openlog() so we can log to the syslog
* hald/linux/hald_helper.h: Add a timestamp field
* hald/linux/osspec.c:
(osspec_timer_handler): Call hotplug_timeout_handler
(hotplug_timeout_handler): New function
(hald_helper_hotplug_process_queue): Set last timestamp and add
uncommented test code for dropping every 16th hotplug event
(hald_helper_first_hotplug_event): Update last timestamp
* tools/linux/hal_dev.c (main): Set timestamp
* tools/linux/hal_hotplug.c (main): Set timestamp
Index: hal-spec.html
===================================================================
RCS file: /cvs/hal/hal/doc/spec/hal-spec.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- hal-spec.html 14 Oct 2004 23:06:35 -0000 1.33
+++ hal-spec.html 18 Oct 2004 22:52:05 -0000 1.34
@@ -6923,13 +6923,10 @@
<merge key="volume.policy.should_mount" type="bool">true</merge>
<merge key="volume.policy.mount_filesystem" type="copy_property">volume.fstype</merge>
- <!-- Fallback is '<storage.drive_type>', e.g. disk, compact_flash etc. -->
- <merge key="volume.policy.desired_mount_point" type="copy_property">@block.storage_device:storage.drive_type</merge>
-
- <!-- Better: if available use UUID -->
- <match key="volume.uuid" empty="false">
- <merge key="volume.policy.desired_mount_point" type="copy_property">volume.uuid</merge>
- </match>
+ <!-- Fallback is '<storage.bus>', appended with 'disk', e.g. usbdisk,
+ idedisk, scsidisk etc. -->
+ <merge key="volume.policy.desired_mount_point" type="copy_property">@block.storage_device:storage.bus</merge>
+ <append key="volume.policy.desired_mount_point" type="string">disk</append>
<!-- Best: If available use filesystem label -->
<match key="volume.label" empty="false">
More information about the hal-commit
mailing list