[media] rc/keymaps: Use KEY_VIDEO for Video Source
Each keyboard map were using a different definition for the Source/Video Source key. Behold Columbus were the only one using KEY_PROPS. As we want to standardize those keys at X11 and at userspace applications, we need to use just one code for it. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Jarod Wilson <jarod@redhat.com>
这个提交包含在:
@@ -37,8 +37,8 @@ static struct rc_map_table flydvb[] = {
|
||||
{ 0x13, KEY_CHANNELDOWN }, /* CH- */
|
||||
{ 0x1d, KEY_ENTER }, /* Enter */
|
||||
|
||||
{ 0x1a, KEY_MODE }, /* PIP */
|
||||
{ 0x18, KEY_TUNER }, /* Source */
|
||||
{ 0x1a, KEY_TV2 }, /* PIP */
|
||||
{ 0x18, KEY_VIDEO }, /* Source */
|
||||
|
||||
{ 0x1e, KEY_RECORD }, /* Record/Pause */
|
||||
{ 0x15, KEY_ANGLE }, /* Swap (no label on key) */
|
||||
|
在新工单中引用
屏蔽一个用户