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

2015-09-11 Thread Kyle Evans
On 09/10/2015 04:21 PM, Darren Hart wrote: On Thu, Sep 10, 2015 at 12:45:00PM -0500, Kyle Evans wrote: Do not write initialize magic on systems that do not have feature query 0xb. Fixes Bug #82451. Redefine FEATURE_QUERY to align with 0xb and FEATURE2 with 0xd for code clearity. Add a new

[PATCHv4] hp-wmi: limit hotkey enable

2015-09-10 Thread Kyle Evans
Do not write initialize magic on systems that do not have feature query 0xb. Fixes Bug #82451. Redefine FEATURE_QUERY to align with 0xb and FEATURE2 with 0xd for code clearity. Add a new test function, hp_wmi_bios_2008_later() & simplify hp_wmi_bios_2009_later(), which fixes a bug in cases where

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

2015-09-10 Thread Darren Hart
On Thu, Sep 10, 2015 at 12:45:00PM -0500, Kyle Evans wrote: > Do not write initialize magic on systems that do not have > feature query 0xb. Fixes Bug #82451. > > Redefine FEATURE_QUERY to align with 0xb and FEATURE2 with 0xd > for code clearity. > > Add a new test function,