From ffe0e9bb9b45dd943b7853b71862bcba7ef9e044 Mon Sep 17 00:00:00 2001 From: "Sergey V. Udaltsov" Date: Thu, 27 Nov 2008 21:57:36 +0000 Subject: [PATCH] added CyMotion Expert model, b.fd.o#18718 --- ChangeLog | 6 ++++++ rules/base.lists.part | 3 ++- rules/base.xml.in | 7 +++++++ symbols/inet | 11 +++++++++++ 4 files changed, 26 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0fce2f6..7d51b66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-27 Sergey Udaltsov + + * ChangeLog, rules/base.lists.part, rules/base.xml.in, symbols/inet: + added cymotion expert model, + http://bugs.freedesktop.org/show_bug.cgi?id=18718 + 2008-11-26 Sergey Udaltsov * keycodes/evdev: fixed ABNT2 keycodes, diff --git a/rules/base.lists.part b/rules/base.lists.part index df1818e..387599e 100644 --- a/rules/base.lists.part +++ b/rules/base.lists.part @@ -32,7 +32,8 @@ apple armada asus_laptop azonaRF2300 \ benqx brother \ btc5113rf btc5126t btc6301urf btc9000 btc9000a btc9001ah btc5090 btc9019u \ - cherryblue cherrybluea cherryblueb cherrycyboard \ + cherryblue cherrybluea cherryblueb \ + cherrycyboard cherrycmexpert \ chicony chicony0108 chicony9885 \ compaqeak8 compaqik7 compaqik13 compaqik18 \ cymotionlinux \ diff --git a/rules/base.xml.in b/rules/base.xml.in index 710f577..60d90c4 100644 --- a/rules/base.xml.in +++ b/rules/base.xml.in @@ -246,6 +246,13 @@ Cherry + + + cherrycmexpert + <_description>Cherry CyMotion Expert + Cherry + + chicony diff --git a/symbols/inet b/symbols/inet index 0156e28..66c4d23 100644 --- a/symbols/inet +++ b/symbols/inet @@ -588,6 +588,17 @@ xkb_symbols "cherrycyboard" { key { [ XF86AudioMedia ] }; }; +// Cherry CyMotion Expert +partial alphanumeric_keys +xkb_symbols "cherrycmexpert" { + include "inet(cherryblueb)" + key { [ XF86Mail ] }; + key { [ XF86PowerOff ] }; + key { [ XF86HomePage ] }; + key { [ XF86Reload, XF86Refresh] }; + key { [ XF86MyComputer ] }; +}; + // Chicony -- 2.32.0.93.g670b81a890