| Submitter | Leann Ogasawara |
|---|---|
| Date | May 21, 2010, 11:18 p.m. |
| Message ID | <1274483928.19284.3338.camel@emiko> |
| Download | mbox | patch |
| Permalink | /patch/53228/ |
| State | Accepted |
| Delegated to: | Leann Ogasawara |
| Headers | show |
Comments
Patch
diff --git a/drivers/char/keyboard.c b/drivers/char/keyboard.c index 8d6c600..ada25bb 100644 --- a/drivers/char/keyboard.c +++ b/drivers/char/keyboard.c @@ -1085,8 +1085,6 @@ static int emulate_raw(struct vc_data *vc, unsigned int keycode, int code; switch (keycode) { - case KEY_RESERVED: - break; case KEY_PAUSE: put_queue(vc, 0xe1); put_queue(vc, 0x1d | up_flag); @@ -1144,8 +1142,6 @@ static int emulate_raw(struct vc_data *vc, unsigned int keycode, static int emulate_raw(struct vc_data *vc, unsigned int keycode, unsigned char up_flag) { - if (keycode == KEY_RESERVED) - return 0; if (keycode > 127) return -1;