Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184731
b: refs/heads/master
c: 0621d75
h: refs/heads/master
i:
  184729: 3466a7c
  184727: 44bbdea
v: v3
  • Loading branch information
Sanjeev Premi authored and Tony Lindgren committed Feb 18, 2010
1 parent eeaf882 commit 9f14290
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 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: aa6912d8850a555dccfab21f496e84aab7ededb6
refs/heads/master: 0621d75698b3a485d7e31e9d964c76885628c015
27 changes: 15 additions & 12 deletions trunk/arch/arm/mach-omap2/board-omap3evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -448,20 +448,23 @@ static struct twl4030_usb_data omap3evm_usb_data = {

static int board_keymap[] = {
KEY(0, 0, KEY_LEFT),
KEY(0, 1, KEY_RIGHT),
KEY(0, 2, KEY_A),
KEY(0, 3, KEY_B),
KEY(1, 0, KEY_DOWN),
KEY(0, 1, KEY_DOWN),
KEY(0, 2, KEY_ENTER),
KEY(0, 3, KEY_M),

KEY(1, 0, KEY_RIGHT),
KEY(1, 1, KEY_UP),
KEY(1, 2, KEY_E),
KEY(1, 3, KEY_F),
KEY(2, 0, KEY_ENTER),
KEY(2, 1, KEY_I),
KEY(1, 2, KEY_I),
KEY(1, 3, KEY_N),

KEY(2, 0, KEY_A),
KEY(2, 1, KEY_E),
KEY(2, 2, KEY_J),
KEY(2, 3, KEY_K),
KEY(3, 0, KEY_M),
KEY(3, 1, KEY_N),
KEY(3, 2, KEY_O),
KEY(2, 3, KEY_O),

KEY(3, 0, KEY_B),
KEY(3, 1, KEY_F),
KEY(3, 2, KEY_K),
KEY(3, 3, KEY_P)
};

Expand Down

0 comments on commit 9f14290

Please sign in to comment.