V4L/DVB (12567): ir-keymaps: use KEY_CAMERA for snapshots
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 29 Aug 2009 12:48:21 +0000 (09:48 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 12 Sep 2009 15:19:32 +0000 (12:19 -0300)
commit092315a76ca28a2e8e09b071f1c0efb83bafc234
tree028e194903c495731f5a8dbb2b2d9e8612191e7a
parentcd748871fe5e689cd9917f561967bf4c63960e66
V4L/DVB (12567): ir-keymaps: use KEY_CAMERA for snapshots

KEY_CAMERA is already used for a long time with webcam drivers to take a picture.
On other media drivers, due to the lack of a snapshot button, random KEY codes
were sent, being KEY_SHUFFLE the most used one, probably due to cut-and-paste
from other remotes, since one of them uses the same key for snapshot and shuffle.

The better is to use KEY_CAMERA on all drivers solving this issue. This
follows the IR standard map as defined at:
http://linuxtv.org/wiki/index.php/Remote_Controllers

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/common/ir-keymaps.c