hal/tools/device-manager Const.py.in,1.14,1.14.2.1

David Zeuthen david at freedesktop.org
Mon Jan 24 18:30:49 PST 2005


Update of /cvs/hal/hal/tools/device-manager
In directory gabe:/tmp/cvs-serv31733/tools/device-manager

Modified Files:
      Tag: hal-0_4-stable-branch
	Const.py.in 
Log Message:
2005-01-24  David Zeuthen  <davidz at redhat.com>

	* libhal-storage/libhal-storage.c (mopts_collect): Also remove
	mount options if something is set to FALSE (based on patch from
	Sebastian Dransfeld <sebastid at stud.ntnu.no>; also fix a pretty bad
	bug where the computation of is_imply_opt were totally wrong.
	(hal_volume_policy_get_mount_options),
	(hal_drive_policy_get_mount_options): Collect imply options in the
	correct order now that mopts_collect is fixed : -do-

2005-01-24  David Zeuthen  <davidz at redhat.com>

	* tools/device-manager/Const.py.in: hdm throws a nice exception
	when info.bus == "ieee1394", can be easily solved by adding it to
	BUS_NAMES. Done in attached patch. From Sjoerd Simons
	<sjoerd at luon.net>.



Index: Const.py.in
===================================================================
RCS file: /cvs/hal/hal/tools/device-manager/Const.py.in,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -u -d -r1.14 -r1.14.2.1
--- Const.py.in	20 Sep 2004 18:31:15 -0000	1.14
+++ Const.py.in	25 Jan 2005 02:30:47 -0000	1.14.2.1
@@ -30,6 +30,7 @@
              "ide"           : "IDE",
              "ide_host"      : "IDE Host",
              "macio"         : "MacIO",
+             "ieee1394"      : "IEEE1394",
              "ieee1394_host" : "IEEE1394 Host",
              "ieee1394_node" : "IEEE1394 Node",
              "serial"        : "Serial",




More information about the hal-commit mailing list