Skip to content

Commit

Permalink
V4L/DVB (13297): dib0700_devices: EvolutePC TvWay+ USB ISDB-Tb remote…
Browse files Browse the repository at this point in the history
… control support

Patch for EvolutePC TvWay+ USB ISDB-Tb remote control support.

[dougsland@redhat.com: fixed malformed patch]
Cc: Patrick Boettcher <pboettcher@dibcom.fr>
Signed-off-by: Sergio C Fortier <sergiofortier@yahoo.com.br>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Sergio C Fortier authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent 7dee9d1 commit c86c82b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions drivers/media/dvb/dvb-usb/dib0700_devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,18 @@ static struct dvb_usb_rc_key dib0700_rc_keys[] = {

{ 0x8618, KEY_RECORD },
{ 0x861a, KEY_STOP },

/* Key codes for the EvolutePC TVWay+ remote (proto NEC) */
{ 0x7a00, KEY_MENU },
{ 0x7a01, KEY_RECORD },
{ 0x7a02, KEY_PLAY },
{ 0x7a03, KEY_STOP },
{ 0x7a10, KEY_CHANNELUP },
{ 0x7a11, KEY_CHANNELDOWN },
{ 0x7a12, KEY_VOLUMEUP },
{ 0x7a13, KEY_VOLUMEDOWN },
{ 0x7a40, KEY_POWER },
{ 0x7a41, KEY_MUTE },
};

/* STK7700P: Hauppauge Nova-T Stick, AVerMedia Volar */
Expand Down

0 comments on commit c86c82b

Please sign in to comment.