diff options
author | javier <jjavier1981@gmail.com> | 2012-12-20 14:25:36 +0100 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2013-01-15 22:13:24 +0000 |
commit | 1921a38fb8178d2e6476f974a17bcb2bc14e0c36 (patch) | |
tree | c994aeb910239cf4a982e1fab582258e3f99f4ce | |
parent | f66ff516ff1e7746b3475afe2507fd2e8f25bb02 (diff) |
Add Models and one option for Sun Keyboards
Remove support for old Sun Type_4/5 keyboards and update data for Sun
Type_6/7 Keyboards as described in Bug 57450 - XKB data specific for Sun
Keyboards is outdated.
-rw-r--r-- | rules/base.xml.in | 72 |
1 files changed, 70 insertions, 2 deletions
diff --git a/rules/base.xml.in b/rules/base.xml.in index d21891db..fd9cc274 100644 --- a/rules/base.xml.in +++ b/rules/base.xml.in @@ -1199,8 +1199,64 @@ </model> <model> <configItem> - <name>sun6</name> - <_description>Sun Type 5/6</_description> + <name>sun_type7_usb</name> + <_description>Sun Type 7 USB</_description> + <vendor>Sun Microsystems</vendor> + </configItem> + </model> + <model> + <configItem> + <name>sun_type7_euro_usb</name> + <_description>Sun Type 7 USB (European layout)</_description> + <vendor>Sun Microsystems</vendor> + </configItem> + </model> + <model> + <configItem> + <name>sun_type7_unix_usb</name> + <_description>Sun Type 7 USB (Unix layout)</_description> + <vendor>Sun Microsystems</vendor> + </configItem> + </model> + <model> + <configItem> + <name>sun_type7_jp_usb</name> + <_description>Sun Type 7 USB (Japanese layout) / Japanese 106-key</_description> + <vendor>Sun Microsystems</vendor> + </configItem> + </model> + <model> + <configItem> + <name>sun_type6_usb</name> + <_description>Sun Type 6/7 USB</_description> + <vendor>Sun Microsystems</vendor> + </configItem> + </model> + <model> + <configItem> + <name>sun_type6_euro_usb</name> + <_description>Sun Type 6/7 USB (European layout)</_description> + <vendor>Sun Microsystems</vendor> + </configItem> + </model> + <model> + <configItem> + <name>sun_type6_unix_usb</name> + <_description>Sun Type 6 USB (Unix layout)</_description> + <vendor>Sun Microsystems</vendor> + </configItem> + </model> + <model> + <configItem> + <name>sun_type6_jp_usb</name> + <_description>Sun Type 6 USB (Japanese layout)</_description> + <vendor>Sun Microsystems</vendor> + </configItem> + </model> + <model> + <configItem> + <name>sun_type6_jp</name> + <_description>Sun Type 6 (Japanese layout)</_description> <vendor>Sun Microsystems</vendor> </configItem> </model> @@ -6598,6 +6654,18 @@ </group> <group allowMultipleSelection="true"> <configItem> + <name>solaris</name> + <_description>Maintain key compatibility with old Solaris keycodes</_description> + </configItem> + <option> + <configItem> + <name>solaris:sun_compat</name> + <_description>Sun Key compatibility</_description> + </configItem> + </option> + </group> + <group allowMultipleSelection="true"> + <configItem> <name>terminate</name> <_description>Key sequence to kill the X server</_description> </configItem> |