Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161562
b: refs/heads/master
c: 88d25a1
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Sep 12, 2009
1 parent ee4c333 commit 91c2b8a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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: a83520f432a335ff12f260e9cf3602eabb64ee48
refs/heads/master: 88d25a1ee47fb6fcb5073240e48c340b2409a85e
20 changes: 10 additions & 10 deletions trunk/drivers/media/common/ir-keymaps.c
Original file line number Diff line number Diff line change
Expand Up @@ -621,16 +621,16 @@ IR_KEYTAB_TYPE ir_codes_msi_tvanywhere_plus[IR_KEYTAB_SIZE] = {
<< FUNC >> RESET
*/

[0x01] = KEY_KP1, /* 1 */
[0x0b] = KEY_KP2, /* 2 */
[0x1b] = KEY_KP3, /* 3 */
[0x05] = KEY_KP4, /* 4 */
[0x09] = KEY_KP5, /* 5 */
[0x15] = KEY_KP6, /* 6 */
[0x06] = KEY_KP7, /* 7 */
[0x0a] = KEY_KP8, /* 8 */
[0x12] = KEY_KP9, /* 9 */
[0x02] = KEY_KP0, /* 0 */
[0x01] = KEY_1, /* 1 */
[0x0b] = KEY_2, /* 2 */
[0x1b] = KEY_3, /* 3 */
[0x05] = KEY_4, /* 4 */
[0x09] = KEY_5, /* 5 */
[0x15] = KEY_6, /* 6 */
[0x06] = KEY_7, /* 7 */
[0x0a] = KEY_8, /* 8 */
[0x12] = KEY_9, /* 9 */
[0x02] = KEY_0, /* 0 */
[0x10] = KEY_KPPLUS, /* + */
[0x13] = KEY_AGAIN, /* Recall */

Expand Down

0 comments on commit 91c2b8a

Please sign in to comment.