Re: [PATCH] hp-wmi: limit hotkey enable

2015-09-09 Thread Darren Hart
Evans > >>Date: Tue, 1 Sep 2015 18:50:45 -0500 > >>Subject: [PATCH] hp-wmi: limit hotkey enable > > > >In the future, please submit as [PATCH v2] as a separate thread. This one > >took a > >little bit of minor wrangling to apply coming in as it

Re: [PATCH] hp-wmi: limit hotkey enable

2015-09-09 Thread Kyle Evans
On 09/08/2015 04:22 PM, Darren Hart wrote: On Tue, Sep 08, 2015 at 01:29:39PM -0500, Kyle Evans wrote: From 7d11e942d2c84919ded37b46a72be59f34141c5d Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Tue, 1 Sep 2015 18:50:45 -0500 Subject: [PATCH] hp-wmi: limit hotkey enable In the future

Re: [PATCH] hp-wmi: limit hotkey enable

2015-09-08 Thread Darren Hart
On Tue, Sep 08, 2015 at 01:29:39PM -0500, Kyle Evans wrote: > From 7d11e942d2c84919ded37b46a72be59f34141c5d Mon Sep 17 00:00:00 2001 > From: Kyle Evans > Date: Tue, 1 Sep 2015 18:50:45 -0500 > Subject: [PATCH] hp-wmi: limit hotkey enable In the future, please submit as [PATCH v2] a

Re: [PATCH] hp-wmi: limit hotkey enable

2015-09-08 Thread Kyle Evans
From 7d11e942d2c84919ded37b46a72be59f34141c5d Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Tue, 1 Sep 2015 18:50:45 -0500 Subject: [PATCH] hp-wmi: limit hotkey enable Do not write initialize magic on systems that do not have feature query 0xb. Fixes Bug #82451. Define a new feature query to

Re: [PATCH] hp-wmi: limit hotkey enable

2015-09-08 Thread Kyle Evans
On 09/06/2015 01:03 PM, Darren Hart wrote: On Sat, Aug 29, 2015 at 10:26:40AM -0500, Kyle Evans wrote: On 08/28/2015 01:42 PM, Darren Hart wrote: On Fri, Aug 07, 2015 at 09:56:00AM -0500, Kyle Evans wrote: Do not attempt to initialize hotkeys if the query returns a value. Furthermore, do not w

Re: [PATCH] hp-wmi: limit hotkey enable

2015-09-06 Thread Darren Hart
On Sat, Aug 29, 2015 at 10:26:40AM -0500, Kyle Evans wrote: > On 08/28/2015 01:42 PM, Darren Hart wrote: > >On Fri, Aug 07, 2015 at 09:56:00AM -0500, Kyle Evans wrote: > >>Do not attempt to initialize hotkeys if the query returns a value. > >>Furthermore, do not write initialize magic on systems th

Re: [PATCH] hp-wmi: limit hotkey enable

2015-08-29 Thread Kyle Evans
On 08/28/2015 01:42 PM, Darren Hart wrote: On Fri, Aug 07, 2015 at 09:56:00AM -0500, Kyle Evans wrote: Do not attempt to initialize hotkeys if the query returns a value. Furthermore, do not write initialize magic on systems that do not have feature query 0xb. Fixes Bug #82451. Signed-off-by: Ky

Re: [PATCH] hp-wmi: limit hotkey enable

2015-08-28 Thread Darren Hart
On Fri, Aug 07, 2015 at 09:56:00AM -0500, Kyle Evans wrote: > Do not attempt to initialize hotkeys if the query returns a value. > Furthermore, do not write initialize magic on systems that do not have > feature query 0xb. Fixes Bug #82451. > > Signed-off-by: Kyle Evans Hi Kyle, Please always i

[PATCH] hp-wmi: limit hotkey enable

2015-08-07 Thread Kyle Evans
Do not attempt to initialize hotkeys if the query returns a value. Furthermore, do not write initialize magic on systems that do not have feature query 0xb. Fixes Bug #82451. Signed-off-by: Kyle Evans --- drivers/platform/x86/hp-wmi.c | 17 + 1 file changed, 13 insertions(+), 4 d

Re: [PATCH] hp-wmi: limit hotkey enable

2015-06-11 Thread Marcus Pollice
Out of curiosity, when will this patch be mainlined? Marcus Pollice On 07.04.2015 20:37, Kyle Evans wrote: > Did you CC the author, in this case me. If you did I am sorry for not > catching it. If not, that would be the ticket. > > On April 6, 2015 11:57:05 AM EDT, Marcus Pollice > wrote: > >

Re: [PATCH] hp-wmi: limit hotkey enable

2015-04-06 Thread Marcus Pollice
Patch tested successfully on a HP Compaq nx6310 with kernel 3.19, that had the same issue introduced by the same commit. I wonder what I did wrong when reporting the issue to this list almost 3 months prior to Bertrand. I went through the same bisection steps and since he had another issue as well

Re: [PATCH] hp-wmi: limit hotkey enable

2015-03-27 Thread vieille . bertrand
Patch successfully tested on my HP6510b with 3.19.3 kernel. Thanks Bertrand Vieille - Mail original - De: "Kyle Evans" À: "Aaron Lu" , platform-driver-x86@vger.kernel.org, "Bertrand Vieille" Cc: "Kyle Evans" Envoyé: Vendredi 27 Mars 2015 19:3

[PATCH] hp-wmi: limit hotkey enable

2015-03-27 Thread Kyle Evans
Do not attempt to initialize hotkeys if the query returns a value. Furthermore, do not write initialize magic on systems that do not have feature query 0xb. Signed-off-by: Kyle Evans --- drivers/platform/x86/hp-wmi.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --

[PATCH] hp-wmi; Limit hotkey enable funtion

2013-08-14 Thread Kyle Evans
This patch is a supplement to commit b253c9d1d858a3f115f791ee4fe2b9399ae7dbbd Signed-off-by: Kyle Evans --- drivers/platform/x86/hp-wmi.c | 16 +++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/drivers/platform/x86/hp-wmi.c b/drivers/platform/x86/hp-wmi.c index 9