Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333848
b: refs/heads/master
c: b45681a
h: refs/heads/master
v: v3
  • Loading branch information
Wolfgang Bail authored and Mauro Carvalho Chehab committed Oct 7, 2012
1 parent f9cbd82 commit 711a587
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 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: 546196addefb2e25810964c41ce2186eba8cad4b
refs/heads/master: b45681a60ed52b3716f3faf79f81e55b81bc7335
36 changes: 18 additions & 18 deletions trunk/drivers/media/rc/keymaps/rc-msi-digivox-ii.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@
#include <linux/module.h>

static struct rc_map_table msi_digivox_ii[] = {
{ 0x0002, KEY_2 },
{ 0x0003, KEY_UP }, /* up */
{ 0x0004, KEY_3 },
{ 0x0005, KEY_CHANNELDOWN },
{ 0x0008, KEY_5 },
{ 0x0009, KEY_0 },
{ 0x000b, KEY_8 },
{ 0x000d, KEY_DOWN }, /* down */
{ 0x0010, KEY_9 },
{ 0x0011, KEY_7 },
{ 0x0014, KEY_VOLUMEUP },
{ 0x0015, KEY_CHANNELUP },
{ 0x0016, KEY_OK },
{ 0x0017, KEY_POWER2 },
{ 0x001a, KEY_1 },
{ 0x001c, KEY_4 },
{ 0x001d, KEY_6 },
{ 0x001f, KEY_VOLUMEDOWN },
{ 0x0302, KEY_2 },
{ 0x0303, KEY_UP }, /* up */
{ 0x0304, KEY_3 },
{ 0x0305, KEY_CHANNELDOWN },
{ 0x0308, KEY_5 },
{ 0x0309, KEY_0 },
{ 0x030b, KEY_8 },
{ 0x030d, KEY_DOWN }, /* down */
{ 0x0310, KEY_9 },
{ 0x0311, KEY_7 },
{ 0x0314, KEY_VOLUMEUP },
{ 0x0315, KEY_CHANNELUP },
{ 0x0316, KEY_OK },
{ 0x0317, KEY_POWER2 },
{ 0x031a, KEY_1 },
{ 0x031c, KEY_4 },
{ 0x031d, KEY_6 },
{ 0x031f, KEY_VOLUMEDOWN },
};

static struct rc_map_list msi_digivox_ii_map = {
Expand Down

0 comments on commit 711a587

Please sign in to comment.