summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2011-06-03 18:21:55 +0100
committerSergey V. Udaltsov <svu@gnome.org>2011-06-03 18:21:55 +0100
commit84901d99bf00ff37765cf7c549c81afa930c907f (patch)
treeabf05f8aaeb1f2dd5928cb3fa192c00a624cb38b
parent5c9920f653ae647d185918d0402f084ff0b21a1c (diff)
First bit of hw information in the database
-rw-r--r--rules/base.xml.in1
-rw-r--r--rules/xkb.dtd5
2 files changed, 5 insertions, 1 deletions
diff --git a/rules/base.xml.in b/rules/base.xml.in
index 7d4e2b9c..b5de7420 100644
--- a/rules/base.xml.in
+++ b/rules/base.xml.in
@@ -627,6 +627,7 @@
<name>logii350</name>
<_description>Logitech Internet 350 Keyboard</_description>
<vendor>Logitech</vendor>
+ <hwList> <hwId>046d:c313</hwId></hwList>
</configItem>
</model>
<model>
diff --git a/rules/xkb.dtd b/rules/xkb.dtd
index 0afa0df1..0a37b118 100644
--- a/rules/xkb.dtd
+++ b/rules/xkb.dtd
@@ -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)>