[media] rc/keymaps: Use KEY_VIDEO for Video Source
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 24 Jan 2011 15:18:37 +0000 (12:18 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 22 Mar 2011 22:24:04 +0000 (19:24 -0300)
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>
17 files changed:
drivers/media/rc/keymaps/rc-avermedia-dvbt.c
drivers/media/rc/keymaps/rc-behold-columbus.c
drivers/media/rc/keymaps/rc-behold.c
drivers/media/rc/keymaps/rc-dntv-live-dvb-t.c
drivers/media/rc/keymaps/rc-encore-enltv2.c
drivers/media/rc/keymaps/rc-flydvb.c
drivers/media/rc/keymaps/rc-hauppauge-new.c
drivers/media/rc/keymaps/rc-kworld-315u.c
drivers/media/rc/keymaps/rc-msi-tvanywhere-plus.c
drivers/media/rc/keymaps/rc-norwood.c
drivers/media/rc/keymaps/rc-pctv-sedna.c
drivers/media/rc/keymaps/rc-pixelview-mk12.c
drivers/media/rc/keymaps/rc-pixelview-new.c
drivers/media/rc/keymaps/rc-pixelview.c
drivers/media/rc/keymaps/rc-pv951.c
drivers/media/rc/keymaps/rc-rc5-hauppauge-new.c
drivers/media/rc/keymaps/rc-real-audio-220-32-keys.c

index 3ddb41bc075e298b7baeeea87500cb867b599352..c25809d4c8138f445cff1ece2a9bf61f6de5e2f6 100644 (file)
@@ -26,12 +26,12 @@ static struct rc_map_table avermedia_dvbt[] = {
        { 0x16, KEY_8 },                /* '8' / 'down arrow' */
        { 0x36, KEY_9 },                /* '9' */
 
-       { 0x20, KEY_LIST },             /* 'source' */
+       { 0x20, KEY_VIDEO },            /* 'source' */
        { 0x10, KEY_TEXT },             /* 'teletext' */
        { 0x00, KEY_POWER },            /* 'power' */
        { 0x04, KEY_AUDIO },            /* 'audio' */
        { 0x06, KEY_ZOOM },             /* 'full screen' */
-       { 0x18, KEY_VIDEO },            /* 'display' */
+       { 0x18, KEY_SWITCHVIDEOMODE },  /* 'display' */
        { 0x38, KEY_SEARCH },           /* 'loop' */
        { 0x08, KEY_INFO },             /* 'preview' */
        { 0x2a, KEY_REWIND },           /* 'backward <<' */
index 4b787fa94f08cce03be8e2ab28701ea1f3c3ccad..8bf058f67f0c7802856c2e31d558c7feac79f4b2 100644 (file)
@@ -28,7 +28,7 @@ static struct rc_map_table behold_columbus[] = {
         *                             */
 
        { 0x13, KEY_MUTE },
-       { 0x11, KEY_PROPS },
+       { 0x11, KEY_VIDEO },
        { 0x1C, KEY_TUNER },    /* KEY_TV/KEY_RADIO     */
        { 0x12, KEY_POWER },
 
index 0ee1f149364ce4bf3937f478f11b9d1b7279cb2b..c909a234c77651db350494450e4d64d0202c6d30 100644 (file)
@@ -97,7 +97,7 @@ static struct rc_map_table behold[] = {
        { 0x6b861a, KEY_STOP },
        { 0x6b860e, KEY_TEXT },
        { 0x6b861f, KEY_RED },  /*XXX KEY_AUDIO */
-       { 0x6b861e, KEY_YELLOW },       /*XXX KEY_SOURCE        */
+       { 0x6b861e, KEY_VIDEO },
 
        /*  0x1d   0x13     0x19  *
         * SLEEP  PREVIEW   DVB   *
index 43912bd02a9e94201a49a6925bc794173a2ac44c..82c0200029afd2c05f9bf8f668dd2c232294b33a 100644 (file)
@@ -32,7 +32,7 @@ static struct rc_map_table dntv_live_dvb_t[] = {
        { 0x0c, KEY_SEARCH },           /* scan */
        { 0x0d, KEY_STOP },
        { 0x0e, KEY_PAUSE },
-       { 0x0f, KEY_LIST },             /* source */
+       { 0x0f, KEY_VIDEO },            /* source */
 
        { 0x10, KEY_MUTE },
        { 0x11, KEY_REWIND },           /* backward << */
index 7d5b00ed4ff2f97831a297831be1901e7c14209d..b6264f1bc4c113d13331b066dead373587364786 100644 (file)
@@ -32,7 +32,7 @@ static struct rc_map_table encore_enltv2[] = {
        { 0x64, KEY_LAST },             /* +100 */
        { 0x4e, KEY_AGAIN },            /* Recall */
 
-       { 0x6c, KEY_SWITCHVIDEOMODE },  /* Video Source */
+       { 0x6c, KEY_VIDEO },            /* Video Source */
        { 0x5e, KEY_MENU },
        { 0x56, KEY_SCREEN },
        { 0x7a, KEY_SETUP },
index aea2f4acf7d8b21fc83c5c35fc9b1ed8f46f83d2..a8b0f66edaa9c15beb69d3fb181548d299292e3d 100644 (file)
@@ -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) */
index b6a12feb0127000005e33f6408f94585e688567b..44f3283e15b557087dfe4948021b21f2fc2a90ea 100644 (file)
@@ -42,7 +42,7 @@ static struct rc_map_table hauppauge_new[] = {
        { 0x15, KEY_DOWN },
        { 0x16, KEY_LEFT },
        { 0x17, KEY_RIGHT },
-       { 0x18, KEY_VIDEO },            /* Videos */
+       { 0x18, KEY_VCR },              /* Videos */
        { 0x19, KEY_AUDIO },            /* Music */
        /* 0x1a: Pictures - presume this means
           "Multimedia Home Platform" -
@@ -56,7 +56,7 @@ static struct rc_map_table hauppauge_new[] = {
        { 0x1f, KEY_EXIT },             /* back/exit */
        { 0x20, KEY_CHANNELUP },        /* channel / program + */
        { 0x21, KEY_CHANNELDOWN },      /* channel / program - */
-       { 0x22, KEY_CHANNEL },          /* source (old black remote) */
+       { 0x22, KEY_VIDEO },            /* source (old black remote) */
        { 0x24, KEY_PREVIOUSSONG },     /* replay |< */
        { 0x25, KEY_ENTER },            /* OK */
        { 0x26, KEY_SLEEP },            /* minimize (old black remote) */
index 3ce6ef79fc347330230ab8c681d5b7f8efddf869..7f33edb4724437625ceb9839d6c1a6ed2d6a2330 100644 (file)
@@ -17,7 +17,7 @@
 
 static struct rc_map_table kworld_315u[] = {
        { 0x6143, KEY_POWER },
-       { 0x6101, KEY_TUNER },          /* source */
+       { 0x6101, KEY_VIDEO },          /* source */
        { 0x610b, KEY_ZOOM },
        { 0x6103, KEY_POWER2 },         /* shutdown */
 
index fa8fd0ab94c72d3ccf61bd99d22cc87ecac6fcb3..8e9969d1239b252e59974a443210e52ac07eb6a6 100644 (file)
@@ -62,7 +62,7 @@ static struct rc_map_table msi_tvanywhere_plus[] = {
        { 0x13, KEY_AGAIN },            /* Recall */
 
        { 0x1e, KEY_POWER },            /* Power */
-       { 0x07, KEY_TUNER },            /* Source */
+       { 0x07, KEY_VIDEO },            /* Source */
        { 0x1c, KEY_SEARCH },           /* Scan */
        { 0x18, KEY_MUTE },             /* Mute */
 
index 629ee9d84537bf8a990925fb14ecaf542c4add26..f1c1281fbc170c0e43371b6c79d14578b780b8d9 100644 (file)
@@ -29,7 +29,7 @@ static struct rc_map_table norwood[] = {
        { 0x28, KEY_8 },
        { 0x29, KEY_9 },
 
-       { 0x78, KEY_TUNER },            /* Video Source        */
+       { 0x78, KEY_VIDEO },            /* Video Source        */
        { 0x2c, KEY_EXIT },             /* Open/Close software */
        { 0x2a, KEY_SELECT },           /* 2 Digit Select      */
        { 0x69, KEY_AGAIN },            /* Recall              */
index fa5ae5981eb8bd5793fa1a578ba9b7c03b6ab212..7cdef6e6cc0f5123573c11a56625163daac74e00 100644 (file)
@@ -36,7 +36,7 @@ static struct rc_map_table pctv_sedna[] = {
        { 0x0e, KEY_STOP },
        { 0x0f, KEY_PREVIOUSSONG },
        { 0x10, KEY_ZOOM },
-       { 0x11, KEY_TUNER },    /* Source */
+       { 0x11, KEY_VIDEO },    /* Source */
        { 0x12, KEY_POWER },
        { 0x13, KEY_MUTE },
        { 0x15, KEY_CHANNELDOWN },
index 8d9f664e0a2d04cd924bd5701b159e458ea8157e..125fc3949c15f6470b3058bf7a72e6efe9186239 100644 (file)
@@ -34,7 +34,7 @@ static struct rc_map_table pixelview_mk12[] = {
        { 0x866b13, KEY_AGAIN },        /* loop */
        { 0x866b10, KEY_DIGITS },       /* +100 */
 
-       { 0x866b00, KEY_MEDIA },        /* source */
+       { 0x866b00, KEY_VIDEO },                /* source */
        { 0x866b18, KEY_MUTE },         /* mute */
        { 0x866b19, KEY_CAMERA },       /* snapshot */
        { 0x866b1a, KEY_SEARCH },       /* scan */
index 777a70076be2d9aeb25f2e8c45d9d9ea95caf7e5..bd78d6ac1e16f1c55caea1cd151c6c61cf00eea2 100644 (file)
@@ -33,7 +33,7 @@ static struct rc_map_table pixelview_new[] = {
        { 0x3e, KEY_0 },
 
        { 0x1c, KEY_AGAIN },            /* LOOP */
-       { 0x3f, KEY_MEDIA },            /* Source */
+       { 0x3f, KEY_VIDEO },            /* Source */
        { 0x1f, KEY_LAST },             /* +100 */
        { 0x1b, KEY_MUTE },
 
index 0ec5988916b9a056a7d7c4fa69538823155a3571..06187e7db4467856de66c77f149311d99f6fdfe6 100644 (file)
@@ -15,7 +15,7 @@
 static struct rc_map_table pixelview[] = {
 
        { 0x1e, KEY_POWER },    /* power */
-       { 0x07, KEY_MEDIA },    /* source */
+       { 0x07, KEY_VIDEO },    /* source */
        { 0x1c, KEY_SEARCH },   /* scan */
 
 
index 83a418de12c64f695317ffb50dedc472ab78effb..5e8beee94de4ec6b05169411e5fe3042a3658532 100644 (file)
@@ -46,10 +46,10 @@ static struct rc_map_table pv951[] = {
        { 0x0c, KEY_SEARCH },           /* AUTOSCAN */
 
        /* Not sure what to do with these ones! */
-       { 0x0f, KEY_SELECT },           /* SOURCE */
+       { 0x0f, KEY_VIDEO },            /* SOURCE */
        { 0x0a, KEY_KPPLUS },           /* +100 */
        { 0x14, KEY_EQUAL },            /* SYNC */
-       { 0x1c, KEY_MEDIA },            /* PC/TV */
+       { 0x1c, KEY_TV },               /* PC/TV */
 };
 
 static struct rc_map_list pv951_map = {
index 2ca825b4bef26dcf074c828aef090d44acd9e352..a581c861c25d7b0a99d465eeacd0f7dd9b12b7ea 100644 (file)
@@ -45,7 +45,7 @@ static struct rc_map_table rc5_hauppauge_new[] = {
        { 0x1e15, KEY_DOWN },
        { 0x1e16, KEY_LEFT },
        { 0x1e17, KEY_RIGHT },
-       { 0x1e18, KEY_VIDEO },          /* Videos */
+       { 0x1e18, KEY_VCR },            /* Videos */
        { 0x1e19, KEY_AUDIO },          /* Music */
        /* 0x1e1a: Pictures - presume this means
           "Multimedia Home Platform" -
@@ -59,7 +59,7 @@ static struct rc_map_table rc5_hauppauge_new[] = {
        { 0x1e1f, KEY_EXIT },           /* back/exit */
        { 0x1e20, KEY_CHANNELUP },      /* channel / program + */
        { 0x1e21, KEY_CHANNELDOWN },    /* channel / program - */
-       { 0x1e22, KEY_CHANNEL },                /* source (old black remote) */
+       { 0x1e22, KEY_VIDEO },          /* source (old black remote) */
        { 0x1e24, KEY_PREVIOUSSONG },   /* replay |< */
        { 0x1e25, KEY_ENTER },          /* OK */
        { 0x1e26, KEY_SLEEP },          /* minimize (old black remote) */
index 2d14598592d8979e2cfb3468d676741855c50124..6813d1102118357f86ad0d1c146ad2fcb905eead 100644 (file)
@@ -35,7 +35,7 @@ static struct rc_map_table real_audio_220_32_keys[] = {
        { 0x15, KEY_CHANNELDOWN},
        { 0x16, KEY_ENTER},
 
-       { 0x11, KEY_LIST},              /* Source */
+       { 0x11, KEY_VIDEO},             /* Source */
        { 0x0d, KEY_AUDIO},             /* stereo */
 
        { 0x0f, KEY_PREVIOUS},          /* Prev */