On Sun, 11 Sep 2005, Adam Pribyl wrote:
> BTW: Could you change the keyboard map according Jacek's patch or does it
> break your keyboard layout? It works for me and also outer buttons seems
> to do something.
So here is the explanation:
ABB http://www.lowlevel.cz/log/images/keyboard.jpg
??? http://handhelds.org/%7Echicken/jornada_720/dscf0054.jpg - US?!
??? http://jlime.com/galleries/machines/HP_Jornada_680.jpg - means same as
unknown CC 720.
If there is a way in 2.4 to fix the keyboard map in userspace, how's that
in 2.6? Could we make some "keymap" in source from MG
+static unsigned char jornada720_normal_keymap[128] = {
+ 0, 1, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 87, KEY_VOLUMEUP, KEY_VOLUMEDOWN, KEY_MUTE,
+ 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 0, 0, 0,
+ 0, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 43, 14, 0, 0, 0,
+ 0, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, KEY_LEFTBRACE, KEY_RIGHTBRACE, 0, 0, 0,
+ 0, 44, 45, 46, 47, 48, 49, 50, 51, 52, KEY_KPMINUS, 40, 28, 0, 0, 0,
+ 0, 15, 0, 42, 0, 40, 0, 0, 0, 0, 103, 0, 54, 0, 0, 0,
+ 0, 0, 0, 0, 0, 56, KEY_GRAVE, 0, 0, 105, 108, 106, 0, 0, 0, 0,
+ 0, 55, 29, 0, 57, 0, 0, 0, 53, 111, 0, 0, 0, 0, 0, 116,
+};
that those with different than US layout can change it in userspace? Or
does the jaceks keymap:
static unsigned char jornada720_normal_keymap[128] = {
0, 1, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 87, 0, 0, 0,
0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 0, 0, 0,
+ 0, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 14, 0, 0, 0,
+ 0, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 27, 43, 0, 0, 0,
+ 0, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 40, 28, 0, 0, 0,
0, 15, 0, 42, 0, 40, 0, 0, 0, 0, 103, 0, 54, 0, 0, 0,
+ 0, 0, 0, 0, 0, 56, 41, 0, 0, 105, 108, 106, 0, 0, 0, 0,
+ 0, 110, 29, 0, 57, 0, 0, 0, 100, 111, 0, 0, 0, 0, 0, 116,
};
allows both layouts to work, without recompiling kernel?
Adam Pribyl
Received on Tue Sep 13 2005 - 09:25:13 EDT
This archive was generated by hypermail 2.2.0 : Tue Sep 13 2005 - 09:25:19 EDT