hal/doc/api/tmpl device.sgml, 1.2, 1.3 libhal-storage.sgml, 1.2, 1.3 logging.sgml, 1.2, 1.3 property.sgml, 1.2, 1.3 sysfs.sgml, 1.2, 1.3

David Zeuthen david at kemper.freedesktop.org
Fri May 12 08:17:07 PDT 2006


Update of /cvs/hal/hal/doc/api/tmpl
In directory kemper:/tmp/cvs-serv16407/doc/api/tmpl

Modified Files:
	device.sgml libhal-storage.sgml logging.sgml property.sgml 
	sysfs.sgml 
Log Message:
2006-05-12  David Zeuthen  <davidz at redhat.com>

        * hald/linux2/probing/probe-volume.c (strdup_valid_utf8): In
        Ubuntu we got several bug reports about device label gibberish,
        for example: https://launchpad.net/bugs/27897. This happens if the
        label is either truly bogus, or in a non-UTF-8 compatible
        encoding. The blunt solution would be to just ignore any non-UTF-8
        labels, but since it might be preferable to retain labels which
        are only 'lightly' damaged (maybe one Umlaut in an otherwise valid
        string), I wrote a small patch to ignore invalid labels if they
        contain more than 20% illegal characters. Patch from Martin Pitt
        <martin at piware.de>.



Index: device.sgml
===================================================================
RCS file: /cvs/hal/hal/doc/api/tmpl/device.sgml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- device.sgml	8 Mar 2006 04:14:09 -0000	1.2
+++ device.sgml	12 May 2006 15:17:05 -0000	1.3
@@ -441,6 +441,8 @@
 
 @device: 
 @key: 
+ at attr: 
+ at persistence: 
 @Returns: 
 
 

Index: libhal-storage.sgml
===================================================================
RCS file: /cvs/hal/hal/doc/api/tmpl/libhal-storage.sgml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libhal-storage.sgml	8 Mar 2006 04:14:09 -0000	1.2
+++ libhal-storage.sgml	12 May 2006 15:17:05 -0000	1.3
@@ -235,6 +235,7 @@
 @LIBHAL_DRIVE_CDROM_CAPS_DVDPLUSR: 
 @LIBHAL_DRIVE_CDROM_CAPS_DVDPLUSRW: 
 @LIBHAL_DRIVE_CDROM_CAPS_DVDPLUSRDL: 
+ at LIBHAL_DRIVE_CDROM_CAPS_DVDPLUSRWDL: 
 @LIBHAL_DRIVE_CDROM_CAPS_BDROM: 
 @LIBHAL_DRIVE_CDROM_CAPS_BDR: 
 @LIBHAL_DRIVE_CDROM_CAPS_BDRE: 

Index: logging.sgml
===================================================================
RCS file: /cvs/hal/hal/doc/api/tmpl/logging.sgml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- logging.sgml	8 Mar 2006 04:14:09 -0000	1.2
+++ logging.sgml	12 May 2006 15:17:05 -0000	1.3
@@ -32,6 +32,7 @@
 </para>
 
 @format: 
+ at arg...:
 @arg...: 
 
 

Index: property.sgml
===================================================================
RCS file: /cvs/hal/hal/doc/api/tmpl/property.sgml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- property.sgml	8 Mar 2006 04:14:09 -0000	1.2
+++ property.sgml	12 May 2006 15:17:05 -0000	1.3
@@ -330,6 +330,8 @@
 </para>
 
 @prop: 
+ at attr: 
+ at val: 
 
 
 <!-- ##### FUNCTION hal_property_get_attribute ##### -->
@@ -338,6 +340,7 @@
 </para>
 
 @prop: 
+ at attr: 
 @Returns: 
 
 

Index: sysfs.sgml
===================================================================
RCS file: /cvs/hal/hal/doc/api/tmpl/sysfs.sgml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sysfs.sgml	8 Mar 2006 04:14:09 -0000	1.2
+++ sysfs.sgml	12 May 2006 15:17:05 -0000	1.3
@@ -61,6 +61,7 @@
 </para>
 
 @format: 
+ at arg...:
 @arg...: 
 
 




More information about the hal-commit mailing list