* [PATCH] 4: 2.5.29-keyboard
@ 2002-08-03 18:16 Russell King
0 siblings, 0 replies; only message in thread
From: Russell King @ 2002-08-03 18:16 UTC (permalink / raw)
To: James Simmons; +Cc: linux-kernel
This patch has been verified to apply cleanly to 2.5.30
Some ARM-based machines have an extra key (#) on their numeric keypad
that produces the ESC [ S or ESC O S escape sequences. This patch adds
Linux support for the key.
drivers/char/keyboard.c | 4 ++--
1 files changed, 2 insertions, 2 deletions
diff -urN orig/drivers/char/keyboard.c linux/drivers/char/keyboard.c
--- orig/drivers/char/keyboard.c Wed Jul 17 15:10:39 2002
+++ linux/drivers/char/keyboard.c Wed Jul 17 15:14:57 2002
@@ -552,8 +552,8 @@
static void k_pad(struct vc_data *vc, unsigned char value, char up_flag)
{
- static const char *pad_chars = "0123456789+-*/\015,.?()";
- static const char *app_map = "pqrstuvwxylSRQMnnmPQ";
+ static const char *pad_chars = "0123456789+-*/\015,.?()#";
+ static const char *app_map = "pqrstuvwxylSRQMnnmPQS";
if (up_flag)
return; /* no action, if this is a key release */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-08-03 18:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-03 18:16 [PATCH] 4: 2.5.29-keyboard Russell King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®