Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248643
b: refs/heads/master
c: 60680f9
h: refs/heads/master
i:
  248641: 735dcd1
  248639: 97c2811
v: v3
  • Loading branch information
Arthur Taylor authored and Greg Kroah-Hartman committed Apr 19, 2011
1 parent baa47cd commit d38c340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 909bc7741bef0bda57489884cf2e914c3072aca9
refs/heads/master: 60680f97d7412b471d21ef42d4860657a0f9f2ed
1 change: 1 addition & 0 deletions trunk/drivers/tty/vt/vt_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,7 @@ int vt_ioctl(struct tty_struct *tty,
uival = ((kbd->kbdmode == VC_RAW) ? K_RAW :
(kbd->kbdmode == VC_MEDIUMRAW) ? K_MEDIUMRAW :
(kbd->kbdmode == VC_UNICODE) ? K_UNICODE :
(kbd->kbdmode == VC_OFF) ? K_OFF :
K_XLATE);
goto setint;

Expand Down

0 comments on commit d38c340

Please sign in to comment.