Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98067
b: refs/heads/master
c: d2187eb
h: refs/heads/master
i:
  98065: 365ba2f
  98063: df873b1
v: v3
  • Loading branch information
Jiri Bohac authored and Linus Torvalds committed Jun 13, 2008
1 parent c898715 commit 9c85072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 6c826818ff55eae7702b778b5f8bdf765af3b2af
refs/heads/master: d2187ebd84c7dd13ef269e9600f4daebeb02816e
7 changes: 1 addition & 6 deletions trunk/drivers/char/keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -677,12 +677,7 @@ static void k_deadunicode(struct vc_data *vc, unsigned int value, char up_flag)

static void k_self(struct vc_data *vc, unsigned char value, char up_flag)
{
unsigned int uni;
if (kbd->kbdmode == VC_UNICODE)
uni = value;
else
uni = conv_8bit_to_uni(value);
k_unicode(vc, uni, up_flag);
k_unicode(vc, conv_8bit_to_uni(value), up_flag);
}

static void k_dead2(struct vc_data *vc, unsigned char value, char up_flag)
Expand Down

0 comments on commit 9c85072

Please sign in to comment.