[Meego-kernel] [PATCH 3/3] mid_keypad: support multiple keypad matrix
Alan Cox
alan at linux.intel.com
Tue Jan 4 03:31:03 PST 2011
> +#define SHIFT_NEEDED (0x1000)
> +#define ALTGR_NEEDED (0x2000)
> +
> +#define KEY_EXCLAM (KEY_1 + SHIFT_NEEDED) /* '!' -> shift+1 */
That won't get accepted - Dmitry (input maintainer) rejected such things
before as it's assuming the keymap loaded is a particular layout.
I'm not quite sure how he does want these cases handled however ?
(cc'd Dmitry)
More information about the MeeGo-kernel
mailing list