Re: [PATCH 0/4] Add specific vt input's key map

2018-09-12 Thread Remi Pommarel
On Wed, Sep 12, 2018 at 03:35:19PM +0100, Alan Cox wrote: > On Tue, 11 Sep 2018 22:23:55 +0200 > Remi Pommarel wrote: > > > This patchset adds a way to have a specific keyboard config (i.e. > > keycode to keysym map) for a vt attached input. > > Who actually needs this given that you can't even

Re: [PATCH 0/4] Add specific vt input's key map

2018-09-12 Thread Alan Cox
On Tue, 11 Sep 2018 22:23:55 +0200 Remi Pommarel wrote: > This patchset adds a way to have a specific keyboard config (i.e. > keycode to keysym map) for a vt attached input. Who actually needs this given that you can't even render most international symbols in text mode and X and friends already

Re: [RFC PATCH 0/4] Add specific vt input's key map

2018-09-12 Thread Remi Pommarel
Hi, On Tue, Sep 11, 2018 at 08:47:55PM +0200, Greg Kroah-Hartman wrote: > > Normally I do not review "RFC" patches as it implies the submitter does > not think they are a valid solution. How about resending them as if you > think this is something ready to be merged? I had used "RFC" here be

[PATCH 0/4] Add specific vt input's key map

2018-09-11 Thread Remi Pommarel
This patchset adds a way to have a specific keyboard config (i.e. keycode to keysym map) for a vt attached input. Because one can have different keyboards with different layouts on the same VT, it can be useful to be able to associate a different keymap with a different input. In order to do so th

Re: [RFC PATCH 0/4] Add specific vt input's key map

2018-09-11 Thread Greg Kroah-Hartman
On Wed, Sep 05, 2018 at 07:20:23PM +0200, Remi Pommarel wrote: > Hi, > > Just a gentle ping. > > Any comments on this patchset that adds a way to have multiple > keyboards with different keymap on a VT would be nice. Normally I do not review "RFC" patches as it implies the submitter does not thi

Re: [RFC PATCH 0/4] Add specific vt input's key map

2018-09-05 Thread Remi Pommarel
Hi, Just a gentle ping. Any comments on this patchset that adds a way to have multiple keyboards with different keymap on a VT would be nice. Thanks -- Remi

[RFC PATCH 0/4] Add specific vt input's key map

2018-08-22 Thread Remi Pommarel
This patchset adds a way to have a specific keyboard config (i.e. keycode to keysym map) for a vt attached input. Because one can have different keyboards with different layouts on the same VT, it can be useful to be able to associate a different keymap with a different input. In order to do so th