Re: [PATCH 2/3] input: Changed keyreset to act as a wrapper for keycombo.

2015-10-27 Thread Dmitry Torokhov
On Tue, Oct 27, 2015 at 09:33:05AM +0100, Bálint Czobor wrote: > From: Daniel Rosenberg > > keyreset now registers a keycombo driver that acts as the old > keyreset driver acted. There is no such driver in mainline kernel (and I do not think we should have it - userspace is probably better

[PATCH 2/3] input: Changed keyreset to act as a wrapper for keycombo.

2015-10-27 Thread Bálint Czobor
From: Daniel Rosenberg keyreset now registers a keycombo driver that acts as the old keyreset driver acted. Signed-off-by: Daniel Rosenberg Signed-off-by: Bálint Czobor --- drivers/input/Kconfig|1 + drivers/input/keyreset.c | 206 +-

[PATCH 2/3] input: Changed keyreset to act as a wrapper for keycombo.

2015-10-27 Thread Bálint Czobor
From: Daniel Rosenberg keyreset now registers a keycombo driver that acts as the old keyreset driver acted. Signed-off-by: Daniel Rosenberg Signed-off-by: Bálint Czobor --- drivers/input/Kconfig|1 +

Re: [PATCH 2/3] input: Changed keyreset to act as a wrapper for keycombo.

2015-10-27 Thread Dmitry Torokhov
On Tue, Oct 27, 2015 at 09:33:05AM +0100, Bálint Czobor wrote: > From: Daniel Rosenberg > > keyreset now registers a keycombo driver that acts as the old > keyreset driver acted. There is no such driver in mainline kernel (and I do not think we should have it - userspace is