Skip to content

Commit

Permalink
First bit of hw information in the database
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey V. Udaltsov committed Jun 3, 2011
1 parent 5c9920f commit 84901d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions rules/base.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 4 additions & 1 deletion rules/xkb.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -53,3 +53,6 @@

<!ELEMENT iso639Id (#PCDATA)>

<!ELEMENT hwList (hwId+)>

<!ELEMENT hwId (#PCDATA)>

0 comments on commit 84901d9

Please sign in to comment.