First bit of hw information in the database
authorSergey V. Udaltsov <svu@gnome.org>
Fri, 3 Jun 2011 17:21:55 +0000 (18:21 +0100)
committerSergey V. Udaltsov <svu@gnome.org>
Fri, 3 Jun 2011 17:21:55 +0000 (18:21 +0100)
rules/base.xml.in
rules/xkb.dtd

index 7d4e2b9..b5de742 100644 (file)
         <name>logii350</name>
         <_description>Logitech Internet 350 Keyboard</_description>
         <vendor>Logitech</vendor>
+        <hwList> <hwId>046d:c313</hwId></hwList>
       </configItem>
     </model>
     <model>
index 0afa0df..0a37b11 100644 (file)
@@ -32,7 +32,7 @@
 
 <!ELEMENT option (configItem)>
 
-<!ELEMENT configItem (name,shortDescription*,description*,vendor?,countryList?,languageList?)>
+<!ELEMENT configItem (name,shortDescription*,description*,vendor?,countryList?,languageList?,hwList?)>
 
 <!ATTLIST configItem
           popularity (standard|exotic) "standard">
@@ -53,3 +53,6 @@
 
 <!ELEMENT iso639Id (#PCDATA)>
 
+<!ELEMENT hwList (hwId+)>
+
+<!ELEMENT hwId (#PCDATA)>