Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92669
b: refs/heads/master
c: 9e05c0f
h: refs/heads/master
i:
  92667: adcfde8
v: v3
  • Loading branch information
Ivan Bobyr authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 53e3d53 commit eccacc3
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 1d3104b819979784df1da6ad76acef33cd9736e4
refs/heads/master: 9e05c0f0d84c25f7f576ebc22a9a3a2cf962cc58
6 changes: 5 additions & 1 deletion trunk/drivers/media/common/ir-keymaps.c
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,11 @@ IR_KEYTAB_TYPE ir_codes_flyvideo[IR_KEYTAB_SIZE] = {
[ 0x12 ] = KEY_CHANNELUP, // Channel +
[ 0x13 ] = KEY_CHANNELDOWN, // Channel -
[ 0x06 ] = KEY_AGAIN, // Recall
[ 0x10 ] = KEY_ENTER, // Enter
[ 0x10 ] = KEY_ENTER, // Enter

[ 0x19 ] = KEY_BACK, // Rewind ( <<< )
[ 0x1f ] = KEY_FORWARD, // Forward ( >>> )
[ 0x0a ] = KEY_ANGLE, // (no label, may be used as the PAUSE button)
};

EXPORT_SYMBOL_GPL(ir_codes_flyvideo);
Expand Down

0 comments on commit eccacc3

Please sign in to comment.