hal: Branch 'master'

Richard Hughes hughsient at kemper.freedesktop.org
Fri Jul 28 15:25:42 PDT 2006


 fdi/fdi.dtd |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletion(-)

New commits:
diff-tree 06c47b598832fc81bed4ff483c5791984de8f365 (from 1ea5ee02440495efd754a327b7f4aefd3078c1bf)
Author: Richard Hughes <richard at hughsie.com>
Date:   Fri Jul 28 23:25:24 2006 +0100

    add spawn to dtd so make distcheck works
    
    Add spawn to the DTD so that we validate the fdi files and can thus do make distcheck

diff --git a/fdi/fdi.dtd b/fdi/fdi.dtd
index 5484ccb..bb3e3e1 100644
--- a/fdi/fdi.dtd
+++ b/fdi/fdi.dtd
@@ -9,7 +9,7 @@
 
 <!ELEMENT device (match|merge)*  >
 
-<!ELEMENT match (match|merge|prepend|append|remove)* >
+<!ELEMENT match (match|merge|prepend|append|remove|spawn)* >
 <!ATTLIST match 
     key              CDATA #REQUIRED
     string           CDATA #IMPLIED
@@ -50,3 +50,8 @@
     key    CDATA #REQUIRED
     type   (strlist) #REQUIRED
 >
+
+<!ELEMENT spawn (#PCDATA) >
+<!ATTLIST spawn
+    udi    CDATA #REQUIRED
+>



More information about the hal-commit mailing list