hal/doc/spec hal-spec.html,1.35,1.36

David Zeuthen david at freedesktop.org
Tue Oct 26 10:35:23 PDT 2004


Update of /cvs/hal/hal/doc/spec
In directory gabe:/tmp/cvs-serv3665/doc/spec

Modified Files:
	hal-spec.html 
Log Message:
2004-10-26  David Zeuthen  <davidz at redhat.com>

	Patch from Dan Williams <dcbw at redhat.com> to add support for 
	integration with cardmgr.

	* configure.in: Add --enable-pcmcia-support and --with-stab-file
	options
	
	* hald/Makefile.am: Conditionally include linux/pcmcia_utils.c
	linux/pcmcia_utils.h linux/pcmcia_cs.h

	* hald/linux/net_class_device.c
	(net_class_pre_process): Check driver link and set net.linux.driver
	properties (me); add appropriate PCMCIA properties if applicable
	(net_class_accept): Only accept network devices with device links as
	well as PCMCIA devices
	(net_class_compute_udi): Fix a typo (me)
	
	* hald/linux/osspec.c
	(compute_coldplug_list): Accept network devices without device link
	
	* hald/linux/pcmcia_cs.h: New file

	* hald/linux/pcmcia_utils.c: New file
	
	* hald/linux/pcmcia_utils.h: New file



Index: hal-spec.html
===================================================================
RCS file: /cvs/hal/hal/doc/spec/hal-spec.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- hal-spec.html	19 Oct 2004 00:58:15 -0000	1.35
+++ hal-spec.html	26 Oct 2004 17:35:21 -0000	1.36
@@ -6879,7 +6879,7 @@
     &#60;match key="storage.no_partitions_hint" bool="true"&#62;
       &#60;!-- optical drives --&#62;
       &#60;match key="storage.drive_type" string="cdrom"&#62;
-	&#60;merge key="storage.policy.mount_filesystem" type="string"&#62;iso9660,udf&#60;/merge&#62;
+	&#60;merge key="storage.policy.mount_filesystem" type="string"&#62;auto&#60;/merge&#62;
 	&#60;merge key="storage.policy.desired_mount_point" type="string"&#62;cdrom&#60;/merge&#62;
 	&#60;merge key="storage.policy.mount_option.ro" type="bool"&#62;true&#60;/merge&#62;
 	&#60;match key="storage.cdrom.cdr" bool="true"&#62;




More information about the hal-commit mailing list