hal/hald/linux2 physdev.c,1.18,1.19

David Zeuthen david at freedesktop.org
Tue Aug 9 08:14:44 PDT 2005


Update of /cvs/hal/hal/hald/linux2
In directory gabe:/tmp/cvs-serv7664/hald/linux2

Modified Files:
	physdev.c 
Log Message:
2005-08-09  David Zeuthen  <davidz at redhat.com>

        * hald/linux2/physdev.c (ccw_add_tape_properties):
        tape.ccw.mediumstate should be ccw.tape.mediumstate, fix the typo.
        Patch from Cornelia Huck <cohuck at de.ibm.com>.



Index: physdev.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/physdev.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- physdev.c	29 Jul 2005 20:32:57 -0000	1.18
+++ physdev.c	9 Aug 2005 15:14:42 -0000	1.19
@@ -892,7 +892,7 @@
 	if (!hal_util_get_int_from_file (sysfs_path, "medium_state",
 					&medium_state, 10))
 		return;
-	hal_device_property_set_string (d, "tape.ccw.medium_state",
+	hal_device_property_set_string (d, "ccw.tape.medium_state",
 					state_text[medium_state]);
 }
 




More information about the hal-commit mailing list