hal/hald/linux block_class_device.c,1.62,1.63

Kay Sievers kay at freedesktop.org
Thu Aug 26 17:24:35 PDT 2004


Update of /cvs/hal/hal/hald/linux
In directory gabe:/tmp/cvs-serv11674/hald/linux

Modified Files:
	block_class_device.c 
Log Message:
2004-08-27  Kay Sievers  <kay.sievers at vrfy.org>

        * hald/linux/volume_id/volume_id.c:
        (probe_lvm1), (probe_lvm2): Add detection of LVM physical drives
        (probe_linux_raid): add version number of raid

        * hald/linux/volume_id/volume_id.h: We are at version 021 now.
        It started as a replacement of the FAT label reading code in HAL.
        I _never_ expected that we seek over the whole disk now to search
        for raid signatures and support nearly every filesystem I've ever
        had a formatting tool for :)



Index: block_class_device.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux/block_class_device.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- block_class_device.c	26 Aug 2004 22:16:17 -0000	1.62
+++ block_class_device.c	27 Aug 2004 00:24:33 -0000	1.63
@@ -83,7 +83,7 @@
 static void
 set_volume_id_values(HalDevice *d, struct volume_id *vid)
 {
-	const char *product;
+	char *product;
 	const char *usage;
 
 	switch (vid->usage_id) {




More information about the hal-commit mailing list