Commit 88d25a1e authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (12562): ir-keymaps: replace KEY_KP[0-9] to KEY_[0-9]

This is needed to match the standard mapping defined at:
	http://linuxtv.org/wiki/index.php/Remote_Controllers#Remote_ControllersSigned-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent a83520f4
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment