Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 732
b: refs/heads/master
c: 439bd37
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Boichat authored and Linus Torvalds committed May 1, 2005
1 parent 2895e20 commit c375325
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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: f78fc874f42f63a460bcebc2aeb98db526280d1c
refs/heads/master: 439bd3708792e31057db424d1165473122d531a3
18 changes: 9 additions & 9 deletions trunk/drivers/media/common/ir-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,36 +131,36 @@ IR_KEYTAB_TYPE ir_codes_winfast[IR_KEYTAB_SIZE] = {
[ 18 ] = KEY_KP0,

[ 0 ] = KEY_POWER,
// [ 27 ] = MTS button
[ 27 ] = KEY_LANGUAGE, //MTS button
[ 2 ] = KEY_TUNER, // TV/FM
[ 30 ] = KEY_VIDEO,
// [ 22 ] = display button
[ 22 ] = KEY_INFO, //display button
[ 4 ] = KEY_VOLUMEUP,
[ 8 ] = KEY_VOLUMEDOWN,
[ 12 ] = KEY_CHANNELUP,
[ 16 ] = KEY_CHANNELDOWN,
[ 3 ] = KEY_ZOOM, // fullscreen
[ 31 ] = KEY_SUBTITLE, // closed caption/teletext
[ 32 ] = KEY_SLEEP,
// [ 41 ] = boss key
[ 41 ] = KEY_SEARCH, //boss key
[ 20 ] = KEY_MUTE,
[ 43 ] = KEY_RED,
[ 44 ] = KEY_GREEN,
[ 45 ] = KEY_YELLOW,
[ 46 ] = KEY_BLUE,
[ 24 ] = KEY_KPPLUS, //fine tune +
[ 25 ] = KEY_KPMINUS, //fine tune -
// [ 42 ] = picture in picture
[ 33 ] = KEY_KPDOT,
[ 42 ] = KEY_ANGLE, //picture in picture
[ 33 ] = KEY_KPDOT,
[ 19 ] = KEY_KPENTER,
// [ 17 ] = recall
[ 17 ] = KEY_AGAIN, //recall
[ 34 ] = KEY_BACK,
[ 35 ] = KEY_PLAYPAUSE,
[ 36 ] = KEY_NEXT,
// [ 37 ] = time shifting
[ 37 ] = KEY_T, //time shifting
[ 38 ] = KEY_STOP,
[ 39 ] = KEY_RECORD
// [ 40 ] = snapshot
[ 39 ] = KEY_RECORD,
[ 40 ] = KEY_SHUFFLE //snapshot
};
EXPORT_SYMBOL_GPL(ir_codes_winfast);

Expand Down

0 comments on commit c375325

Please sign in to comment.