Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242166
b: refs/heads/master
c: 444cc20
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Mar 22, 2011
1 parent 51ccd6d commit 7c80c14
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aa3f4e446e784372498f009ea37177857f23331e
refs/heads/master: 444cc20b3d6141a5fa9a9774a6b710e16af6110d
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dvb-usb/digitv.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ static struct rc_map_table rc_map_digitv_table[] = {
{ 0xaf59, KEY_AUX },
{ 0x5f5a, KEY_DVD },
{ 0x6f5a, KEY_POWER },
{ 0x9f5a, KEY_MHP }, /* labelled 'Picture' */
{ 0x9f5a, KEY_CAMERA }, /* labelled 'Picture' */
{ 0xaf5a, KEY_AUDIO },
{ 0x5f65, KEY_INFO },
{ 0x6f65, KEY_F13 }, /* 16:9 */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/rc/keymaps/rc-avermedia-m135a.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static struct rc_map_table avermedia_m135a[] = {
{ 0x0414, KEY_TEXT },
{ 0x0415, KEY_EPG },
{ 0x041a, KEY_TV2 }, /* PIP */
{ 0x041b, KEY_MHP }, /* Snapshot */
{ 0x041b, KEY_CAMERA }, /* Snapshot */

{ 0x0417, KEY_RECORD },
{ 0x0416, KEY_PLAYPAUSE },
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/rc/keymaps/rc-avermedia-m733a-rm-k6.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static struct rc_map_table avermedia_m733a_rm_k6[] = {
{ 0x0414, KEY_TEXT },
{ 0x0415, KEY_EPG },
{ 0x041a, KEY_TV2 }, /* PIP */
{ 0x041b, KEY_MHP }, /* Snapshot */
{ 0x041b, KEY_CAMERA }, /* Snapshot */

{ 0x0417, KEY_RECORD },
{ 0x0416, KEY_PLAYPAUSE },
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/media/rc/keymaps/rc-budget-ci-old.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

#include <media/rc-map.h>

/* From reading the following remotes:
/*
* From reading the following remotes:
* Zenith Universal 7 / TV Mode 807 / VCR Mode 837
* Hauppauge (from NOVA-CI-s box product)
* This is a "middle of the road" approach, differences are noted
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/rc/keymaps/rc-encore-enltv.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ static struct rc_map_table encore_enltv[] = {
{ 0x1e, KEY_TV },
{ 0x00, KEY_VIDEO },
{ 0x01, KEY_AUDIO }, /* music */
{ 0x02, KEY_MHP }, /* picture */
{ 0x02, KEY_CAMERA }, /* picture */

{ 0x1f, KEY_1 },
{ 0x03, KEY_2 },
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/rc/keymaps/rc-hauppauge-new.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static struct rc_map_table hauppauge_new[] = {
"Multimedia Home Platform" -
no "PICTURES" key in input.h
*/
{ 0x1a, KEY_MHP },
{ 0x1a, KEY_CAMERA },

{ 0x1b, KEY_EPG }, /* Guide */
{ 0x1c, KEY_TV },
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/rc/keymaps/rc-nebula.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ static struct rc_map_table nebula[] = {
{ 0x0b, KEY_AUX },
{ 0x0c, KEY_DVD },
{ 0x0d, KEY_POWER },
{ 0x0e, KEY_MHP }, /* labelled 'Picture' */
{ 0x0e, KEY_CAMERA }, /* labelled 'Picture' */
{ 0x0f, KEY_AUDIO },
{ 0x10, KEY_INFO },
{ 0x11, KEY_F13 }, /* 16:9 */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/rc/keymaps/rc-rc5-hauppauge-new.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static struct rc_map_table rc5_hauppauge_new[] = {
"Multimedia Home Platform" -
no "PICTURES" key in input.h
*/
{ 0x1e1a, KEY_MHP },
{ 0x1e1a, KEY_CAMERA },

{ 0x1e1b, KEY_EPG }, /* Guide */
{ 0x1e1c, KEY_TV },
Expand Down

0 comments on commit 7c80c14

Please sign in to comment.