Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69381
b: refs/heads/master
c: 1ea3abf
h: refs/heads/master
i:
  69379: 48b4762
v: v3
  • Loading branch information
Samuel Thibault authored and Dmitry Torokhov committed Oct 11, 2007
1 parent 9f08004 commit c6e6c53
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 9a402b649d9c4f5ac17c1368702c9f51219c484b
refs/heads/master: 1ea3abf7fbc39b3b543d7438159ba07b6411561c
4 changes: 3 additions & 1 deletion trunk/include/linux/keyboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ extern unsigned short plain_map[NR_KEYS];
#define K_SHIFTRLOCK K(KT_LOCK,KG_SHIFTR)
#define K_CTRLLLOCK K(KT_LOCK,KG_CTRLL)
#define K_CTRLRLOCK K(KT_LOCK,KG_CTRLR)
#define K_CAPSSHIFTLOCK K(KT_LOCK,KG_CAPSSHIFT)

#define K_SHIFT_SLOCK K(KT_SLOCK,KG_SHIFT)
#define K_CTRL_SLOCK K(KT_SLOCK,KG_CTRL)
Expand All @@ -425,8 +426,9 @@ extern unsigned short plain_map[NR_KEYS];
#define K_SHIFTR_SLOCK K(KT_SLOCK,KG_SHIFTR)
#define K_CTRLL_SLOCK K(KT_SLOCK,KG_CTRLL)
#define K_CTRLR_SLOCK K(KT_SLOCK,KG_CTRLR)
#define K_CAPSSHIFT_SLOCK K(KT_SLOCK,KG_CAPSSHIFT)

#define NR_LOCK 8
#define NR_LOCK 9

#define K_BRL_BLANK K(KT_BRL, 0)
#define K_BRL_DOT1 K(KT_BRL, 1)
Expand Down

0 comments on commit c6e6c53

Please sign in to comment.