Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242169
b: refs/heads/master
c: 04efa85
h: refs/heads/master
i:
  242167: d3cab3b
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Mar 22, 2011
1 parent 79880d0 commit 0e1feca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: d9e9f41c45536b68b14934949104cb40149e94f1
refs/heads/master: 04efa85e03b25c5b519e495485d005a8b69ccdab
2 changes: 1 addition & 1 deletion trunk/drivers/media/rc/keymaps/rc-imon-mce.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ static struct rc_map_table imon_mce[] = {
{ 0x800ff44d, KEY_TITLE },

{ 0x800ff40c, KEY_POWER },
{ 0x800ff40d, KEY_PROG1 }, /* Windows MCE button */
{ 0x800ff40d, KEY_LEFTMETA }, /* Windows MCE button */

};

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/rc/keymaps/rc-imon-pad.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static struct rc_map_table imon_pad[] = {
{ 0x2b8195b7, KEY_CONTEXT_MENU }, /* Left Menu*/
{ 0x02000065, KEY_COMPOSE }, /* RightMenu */
{ 0x28b715b7, KEY_COMPOSE }, /* RightMenu */
{ 0x2ab195b7, KEY_PROG1 }, /* Go or MultiMon */
{ 0x2ab195b7, KEY_LEFTMETA }, /* Go or MultiMon */
{ 0x29b715b7, KEY_DASHBOARD }, /* AppLauncher */
};

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/rc/keymaps/rc-kworld-plus-tv-analog.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

static struct rc_map_table kworld_plus_tv_analog[] = {
{ 0x0c, KEY_PROG1 }, /* Kworld key */
{ 0x0c, KEY_LEFTMETA }, /* Kworld key */
{ 0x16, KEY_CLOSECD }, /* -> ) */
{ 0x1d, KEY_POWER2 },

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/rc/keymaps/rc-rc6-mce.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ static struct rc_map_table rc6_mce[] = {
{ 0x800f040a, KEY_DELETE },
{ 0x800f040b, KEY_ENTER },
{ 0x800f040c, KEY_POWER }, /* PC Power */
{ 0x800f040d, KEY_PROG1 }, /* Windows MCE button */
{ 0x800f040d, KEY_LEFTMETA }, /* Windows MCE button */
{ 0x800f040e, KEY_MUTE },
{ 0x800f040f, KEY_INFO },

Expand Down

0 comments on commit 0e1feca

Please sign in to comment.