Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306541
b: refs/heads/master
c: be1027c
h: refs/heads/master
i:
  306539: 2508b8a
v: v3
  • Loading branch information
Anssi Hannula authored and Mauro Carvalho Chehab committed May 20, 2012
1 parent 03723cc commit 8f6ded5
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 5085c99eeb8e47bcfc2cce6ba0ae03db057057ba
refs/heads/master: be1027cc0f2b941fb45545a20940380673700472
8 changes: 8 additions & 0 deletions trunk/drivers/media/rc/keymaps/rc-medion-x10-digitainer.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@ static struct rc_map_table medion_x10_digitainer[] = {
{ 0x14, KEY_8 },
{ 0x15, KEY_9 },
{ 0x17, KEY_0 },

/* these do not actually exist on this remote, but these scancodes
* exist on all other Medion X10 remotes and adding them here allows
* such remotes to be adequately usable with this keymap in case
* this keymap is wrongly used with them (which is quite possible as
* there are lots of different Medion X10 remotes): */
{ 0x1a, KEY_UP },
{ 0x22, KEY_DOWN },
};

static struct rc_map_list medion_x10_digitainer_map = {
Expand Down

0 comments on commit 8f6ded5

Please sign in to comment.