Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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_Controllers



Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent a83520f4
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -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 */