From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail2.marcant.net ([217.14.160.186]:54838 "EHLO mail2.marcant.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751186AbbCJIVb (ORCPT ); Tue, 10 Mar 2015 04:21:31 -0400 Date: Tue, 10 Mar 2015 09:04:03 +0100 From: Dirk Nehring To: Nibble Max Cc: linux-media Subject: Re: [PATCH 1/1] Fix DVBsky rc-keymap Message-ID: <20150310080403.GA6349@marcant.net> References: <201503100948297650804@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201503100948297650804@gmail.com> Sender: linux-media-owner@vger.kernel.org List-ID: On Tue, Mar 10, 2015 at 09:48:33AM +0800, Nibble Max wrote: > Hello, > > Mapping VOLUME and CHANNEL keys to the general ones will break some tv softwares remote control functions. The remote control has no volume and channel control, I would leave it to the general mapping. Tested successfully with vdr 2.2.0. Best regards, Dirk > > Best Regards, > Max > > On 2015-03-10 06:05:02, Dirk Nehring wrote: > >Signed-off-by: Dirk Nehring > >--- > > drivers/media/rc/keymaps/rc-dvbsky.c | 12 ++++++------ > > 1 file changed, 6 insertions(+), 6 deletions(-) > > > >diff --git a/drivers/media/rc/keymaps/rc-dvbsky.c b/drivers/media/rc/keymaps/rc-dvbsky.c > >index c5115a1..b942b16 100644 > >--- a/drivers/media/rc/keymaps/rc-dvbsky.c > >+++ b/drivers/media/rc/keymaps/rc-dvbsky.c > >@@ -33,16 +33,16 @@ static struct rc_map_table rc5_dvbsky[] = { > > { 0x000b, KEY_STOP }, > > { 0x000c, KEY_EXIT }, > > { 0x000e, KEY_CAMERA }, /*Snap shot*/ > >- { 0x000f, KEY_SUBTITLE }, /*PIP*/ > >- { 0x0010, KEY_VOLUMEUP }, > >- { 0x0011, KEY_VOLUMEDOWN }, > >+ { 0x000f, KEY_TV2 }, /*PIP*/ > >+ { 0x0010, KEY_RIGHT }, > >+ { 0x0011, KEY_LEFT }, > > { 0x0012, KEY_FAVORITES }, > >- { 0x0013, KEY_LIST }, /*Info*/ > >+ { 0x0013, KEY_INFO }, > > { 0x0016, KEY_PAUSE }, > > { 0x0017, KEY_PLAY }, > > { 0x001f, KEY_RECORD }, > >- { 0x0020, KEY_CHANNELDOWN }, > >- { 0x0021, KEY_CHANNELUP }, > >+ { 0x0020, KEY_UP }, > >+ { 0x0021, KEY_DOWN }, > > { 0x0025, KEY_POWER2 }, > > { 0x0026, KEY_REWIND }, > > { 0x0027, KEY_FASTFORWARD }, > >-- > >2.1.0 > >