[Patch] Fix ccw tape mediumstate property.

Cornelia Huck cohuck at de.ibm.com
Mon Aug 8 08:22:43 PDT 2005


Fix ccw tape mediumstate property:

tape.ccw.mediumstate should be ccw.tape.mediumstate, fix the typo.

 physdev.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: hald/linux2/physdev.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/physdev.c,v
retrieving revision 1.18
diff -u -r1.18 physdev.c
--- hald/linux2/physdev.c	29 Jul 2005 20:32:57 -0000	1.18
+++ hald/linux2/physdev.c	8 Aug 2005 15:13:55 -0000
@@ -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]);
 }
 
_______________________________________________
hal mailing list
hal at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/hal



More information about the Hal mailing list