Re: [PATCH] platform/x86: intel-hid: Add support for Device Specific Methods

2018-06-28 Thread Srinivas Pandruvada
Sorry, ignore this version. Accidentally sent without version change. On Thu, 2018-06-28 at 11:12 -0700, Srinivas Pandruvada wrote: > In some of the recent platforms, it is possible that stand alone > methods > for HEBC() or other methods used in this driver may not exist. In > this > case

Re: [PATCH] platform/x86: intel-hid: Add support for Device Specific Methods

2018-06-28 Thread Srinivas Pandruvada
Sorry, ignore this version. Accidentally sent without version change. On Thu, 2018-06-28 at 11:12 -0700, Srinivas Pandruvada wrote: > In some of the recent platforms, it is possible that stand alone > methods > for HEBC() or other methods used in this driver may not exist. In > this > case

[PATCH] platform/x86: intel-hid: Add support for Device Specific Methods

2018-06-28 Thread Srinivas Pandruvada
In some of the recent platforms, it is possible that stand alone methods for HEBC() or other methods used in this driver may not exist. In this case intel-hid driver will fail to load and power button will not be functional. It is also possible that some quirks in this driver added for some

[PATCH] platform/x86: intel-hid: Add support for Device Specific Methods

2018-06-28 Thread Srinivas Pandruvada
In some of the recent platforms, it is possible that stand alone methods for HEBC() or other methods used in this driver may not exist. In this case intel-hid driver will fail to load and power button will not be functional. It is also possible that some quirks in this driver added for some

Re: [PATCH] platform/x86: intel-hid: Add support for Device Specific Methods

2018-06-27 Thread Srinivas Pandruvada
On Thu, 2018-06-28 at 01:15 +0300, Andy Shevchenko wrote: > On Wed, Jun 27, 2018 at 2:34 AM, Srinivas Pandruvada > wrote: > > In some of the recent platforms, it is possible that stand alone > > methods > > for HEBC() or other methods used in this driver may not exist. In > > this > > case

Re: [PATCH] platform/x86: intel-hid: Add support for Device Specific Methods

2018-06-27 Thread Srinivas Pandruvada
On Thu, 2018-06-28 at 01:15 +0300, Andy Shevchenko wrote: > On Wed, Jun 27, 2018 at 2:34 AM, Srinivas Pandruvada > wrote: > > In some of the recent platforms, it is possible that stand alone > > methods > > for HEBC() or other methods used in this driver may not exist. In > > this > > case

Re: [PATCH] platform/x86: intel-hid: Add support for Device Specific Methods

2018-06-27 Thread Andy Shevchenko
On Wed, Jun 27, 2018 at 2:34 AM, Srinivas Pandruvada wrote: > In some of the recent platforms, it is possible that stand alone methods > for HEBC() or other methods used in this driver may not exist. In this > case intel-hid driver will fail to load and power button will not be > functional. > >

Re: [PATCH] platform/x86: intel-hid: Add support for Device Specific Methods

2018-06-27 Thread Andy Shevchenko
On Wed, Jun 27, 2018 at 2:34 AM, Srinivas Pandruvada wrote: > In some of the recent platforms, it is possible that stand alone methods > for HEBC() or other methods used in this driver may not exist. In this > case intel-hid driver will fail to load and power button will not be > functional. > >

[PATCH] platform/x86: intel-hid: Add support for Device Specific Methods

2018-06-26 Thread Srinivas Pandruvada
In some of the recent platforms, it is possible that stand alone methods for HEBC() or other methods used in this driver may not exist. In this case intel-hid driver will fail to load and power button will not be functional. It is also possible that some quirks in this driver added for some

[PATCH] platform/x86: intel-hid: Add support for Device Specific Methods

2018-06-26 Thread Srinivas Pandruvada
In some of the recent platforms, it is possible that stand alone methods for HEBC() or other methods used in this driver may not exist. In this case intel-hid driver will fail to load and power button will not be functional. It is also possible that some quirks in this driver added for some