]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[media] bt8xx: fixup RC5 decoding
authorDavid Härdeman <david@hardeman.nu>
Thu, 3 Apr 2014 23:31:20 +0000 (20:31 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 23 Jul 2014 23:01:23 +0000 (20:01 -0300)
commit2886f013c312d288fdd4b8472b82a0a9590e3134
tree1ad3d7291054c1655207ccf9fb8a5825d95ac5ad
parente9035152d72d010359383978c1126b5f8d93de5f
[media] bt8xx: fixup RC5 decoding

The bt8xx driver does RC5 decoding for Nebula digi hardware, but includes
some pointless limitations (both start bits must be one, the
device/address/system must be 0x00). Remove those limitations and update
the keymap to use the full RC5 scancode (fortunately the 0x00 address
means that this is perfectly backwards compatible).

Signed-off-by: David Härdeman <david@hardeman.nu>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/pci/bt8xx/bttv-input.c
drivers/media/pci/bt8xx/bttvp.h
drivers/media/rc/keymaps/rc-nebula.c