V4L/DVB (3393): Move all IR keymaps to ir-common module
authorRicardo Cerqueira <v4l@cerqueira.org>
Mon, 23 Jan 2006 11:42:06 +0000 (09:42 -0200)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Mon, 23 Jan 2006 11:42:06 +0000 (09:42 -0200)
commit4c0f631e14b849782259519c749414b1f1ddbfa8
tree7976453534a7785899a71bc6cd574e5c7ebc3a95
parentbf47e4e43e4dcf88fef61b1b4139ce2da20e1f73
V4L/DVB (3393): Move all IR keymaps to ir-common module

- All the keymaps have the same structure, and can be shared between different
chips, so it makes no sense having them scattered between the input files.
This aggregates them all at ir-common module.
- Added new Hauppauge remote (Hauppauge grey), contributed by J.O. Aho
  <trizt@iname.com> (with some small changes)
  Changed KEY_KPx (keypad numerals) references to KEY_x, to avoid problems
  when NumLock is off (suggested by Peter Missel <peter.missel@onlinehome.de>)
- Some cleanups at IR code

Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/common/Makefile
drivers/media/common/ir-common.c [deleted file]
drivers/media/common/ir-keymaps.c [new file with mode: 0644]
drivers/media/video/bttv-input.c
drivers/media/video/cx88/cx88-input.c
drivers/media/video/em28xx/em28xx-input.c
drivers/media/video/ir-kbd-i2c.c
drivers/media/video/saa7134/saa7134-input.c
include/media/ir-common.h