Re: [PATCH 1/2] Input: Add keycodes for some missing Fn key combinations

2014-05-17 Thread Dmitry Torokhov
On Sat, May 17, 2014 at 10:38:30PM +0200, Pali Rohár wrote: > On Saturday 17 May 2014 22:30:54 Dmitry Torokhov wrote: > > Hi Pali, > > > > On Sat, May 17, 2014 at 04:43:36PM +0200, Pali Rohár wrote: > > > There are already defined some Fn key combinations, but not > > > all. This patch adds missin

Re: [PATCH 1/2] Input: Add keycodes for some missing Fn key combinations

2014-05-17 Thread Pali Rohár
On Saturday 17 May 2014 22:30:54 Dmitry Torokhov wrote: > Hi Pali, > > On Sat, May 17, 2014 at 04:43:36PM +0200, Pali Rohár wrote: > > There are already defined some Fn key combinations, but not > > all. This patch adds missing combinations for support in > > dell-wmi driver. > > > > Signed-off-b

Re: [PATCH 1/2] Input: Add keycodes for some missing Fn key combinations

2014-05-17 Thread Dmitry Torokhov
Hi Pali, On Sat, May 17, 2014 at 04:43:36PM +0200, Pali Rohár wrote: > There are already defined some Fn key combinations, but not all. > This patch adds missing combinations for support in dell-wmi driver. > > Signed-off-by: Pali Rohár > --- > include/uapi/linux/input.h |6 ++ > 1 file

[PATCH 1/2] Input: Add keycodes for some missing Fn key combinations

2014-05-17 Thread Pali Rohár
There are already defined some Fn key combinations, but not all. This patch adds missing combinations for support in dell-wmi driver. Signed-off-by: Pali Rohár --- include/uapi/linux/input.h |6 ++ 1 file changed, 6 insertions(+) diff --git a/include/uapi/linux/input.h b/include/uapi/li