[media] rc-msi-digivox-ii: Add full scan keycodes
authorWolfgang Bail <wolfgang.bail@t-online.de>
Sun, 30 Sep 2012 02:49:26 +0000 (23:49 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 7 Oct 2012 12:57:34 +0000 (09:57 -0300)
commitb45681a60ed52b3716f3faf79f81e55b81bc7335
tree1bdea0a078302e6f3926f4a81a9ac46eca0d82fd
parent546196addefb2e25810964c41ce2186eba8cad4b
[media] rc-msi-digivox-ii: Add full scan keycodes

The ir-rc from my MSI DigiVox mini II Version 3 (af9015) will not work since
kernel 3.2.x.

sudo ir-keytable -t shows:

1348890734.303273: event MSC: scancode = 317
1348890734.303280: event key down: KEY_POWER (0x0074)
1348890734.303282: event sync
1348890734.553961: event key up: KEY_POWER (0x0074)
1348890734.553963: event sync
1348890741.303451: event MSC: scancode = 30d
1348890741.303457: event key down: KEY_DOWN (0x006c)
1348890741.303459: event sync
1348890741.553956: event key up: KEY_DOWN (0x006c)

So I changed in rc-msi-digivox-ii.c { 0x0002, KEY_2 }, to { 0x0302, KEY_2 },
and so on. And now it works well.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/rc/keymaps/rc-msi-digivox-ii.c
This page took 0.025152 seconds and 5 git commands to generate.