Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53411
b: refs/heads/master
c: 9e35d20
h: refs/heads/master
i:
  53409: 77cb6c3
  53407: 95eba17
v: v3
  • Loading branch information
Dmitry Torokhov committed Apr 12, 2007
1 parent e571e66 commit 4b538a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 887cc127233f34e833d074380f433a04de207563
refs/heads/master: 9e35d20663344b38339ffb6127ba08285f3397a9
2 changes: 1 addition & 1 deletion trunk/drivers/char/keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ static void kbd_keycode(unsigned int keycode, int down, int hw_raw)

if ((raw_mode = (kbd->kbdmode == VC_RAW)) && !hw_raw)
if (emulate_raw(vc, keycode, !down << 7))
if (keycode < BTN_MISC)
if (keycode < BTN_MISC && printk_ratelimit())
printk(KERN_WARNING "keyboard.c: can't emulate rawmode for keycode %d\n", keycode);

#ifdef CONFIG_MAGIC_SYSRQ /* Handle the SysRq Hack */
Expand Down

0 comments on commit 4b538a9

Please sign in to comment.