Re: Keymap with duplicate entries

2019-07-03 Thread Malcolm Priestley
> On Tue, Jul 02, 2019 at 11:29:58PM +0100, Malcolm Priestley wrote: >>> Hey Malcolm, >>> >>> There seems to be a problem in the keymap you provided for inclusion >>> in the kernel. >>> >>> In media/rc/keymaps/rc-it913x-v2.c, 2 keys are triggered by the same >>> keycode: >>> 53 ↦ { 0x866b18

Re: Keymap with duplicate entries

2019-07-03 Thread Sean Young
On Tue, Jul 02, 2019 at 11:29:58PM +0100, Malcolm Priestley wrote: > > Hey Malcolm, > > > > There seems to be a problem in the keymap you provided for inclusion > > in the kernel. > > > > In media/rc/keymaps/rc-it913x-v2.c, 2 keys are triggered by the same > > keycode: > > 53 ↦ { 0x866b18

Re: Keymap with duplicate entries

2019-07-02 Thread Malcolm Priestley
> Hey Malcolm, > > There seems to be a problem in the keymap you provided for inclusion > in the kernel. > > In media/rc/keymaps/rc-it913x-v2.c, 2 keys are triggered by the same > keycode: > 53 ↦ { 0x866b18, KEY_VOLUMEDOWN },• > 55 ↦ { 0x866b18, KEY_CHANNELDOWN },• Hmm I don't hav

Re: Keymap with duplicate entries

2019-07-01 Thread Bastien Nocera
On Mon, 2019-07-01 at 18:38 +0200, Bastien Nocera wrote: > Hey Aapo, > > There seems to be a problem in the keymap you provided for inclusion > in the kernel. > > In drivers/media/usb/dvb-usb/m920x.c, 2 keys are triggered by the > same > keycode: > 790 ↦ { 0x08, KEY_SUBTITLE },• > 794 ↦

Keymap with duplicate entries

2019-07-01 Thread Bastien Nocera
Hey Younian, There seems to be a problem in the keymap you provided for inclusion in the kernel. In drivers/media/rc/keymaps/rc-hisi-poplar.c, 2 keys are triggered by the same keycode: 27 ↦ { 0xb2c5, KEY_DELETE},• 34 ↦ { 0xb2c5, KEY_BACK},• Could you please check what the

Keymap with duplicate entries

2019-07-01 Thread Bastien Nocera
Hey Aapo, There seems to be a problem in the keymap you provided for inclusion in the kernel. In drivers/media/usb/dvb-usb/m920x.c, 2 keys are triggered by the same keycode: 790 ↦ { 0x08, KEY_SUBTITLE },• 794 ↦ { 0x08, KEY_VIDEO },↦ ↦ /* A/V */• Could you please check what

Keymap with duplicate entries

2019-07-01 Thread Bastien Nocera
Hey Malcolm, There seems to be a problem in the keymap you provided for inclusion in the kernel. In media/rc/keymaps/rc-it913x-v2.c, 2 keys are triggered by the same keycode: 53 ↦ { 0x866b18, KEY_VOLUMEDOWN },• 55 ↦ { 0x866b18, KEY_CHANNELDOWN },• Could you please check what the c