All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] acer-wmi: No rfkill on HP wifi
@ 2015-04-23 21:36 Powell, Michael
  2015-08-02 22:59 ` [PATCH RESEND] " Powell, Michael
  0 siblings, 1 reply; 4+ messages in thread
From: Powell, Michael @ 2015-04-23 21:36 UTC (permalink / raw)
  To: jlee@suse.com; +Cc: platform-driver-x86@vger.kernel.org

Prevents acer-wmi from blocking wifi on HP Omen 15 laptops

Signed-off-by: Michael Powell <michael_powell@mentor.com>
---
 drivers/platform/x86/acer-wmi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/platform/x86/acer-wmi.c
b/drivers/platform/x86/acer-wmi.c
index 3ac29a1..3ad8077 100644
--- a/drivers/platform/x86/acer-wmi.c
+++ b/drivers/platform/x86/acer-wmi.c
@@ -807,6 +807,7 @@ static const struct acpi_device_id norfkill_ids[]
__initconst = {
 	{ "IBM0068", 0},
 	{ "LEN0068", 0},
 	{ "SNY5001", 0},	/* sony-laptop in charge */
+        { "HPQ6001", 0},
 	{ "", 0},
 };
 
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH RESEND] acer-wmi: No rfkill on HP wifi
  2015-04-23 21:36 [PATCH] acer-wmi: No rfkill on HP wifi Powell, Michael
@ 2015-08-02 22:59 ` Powell, Michael
  2015-08-05 20:54   ` Darren Hart
  0 siblings, 1 reply; 4+ messages in thread
From: Powell, Michael @ 2015-08-02 22:59 UTC (permalink / raw)
  To: jlee@suse.com; +Cc: platform-driver-x86@vger.kernel.org

Prevents acer-wmi from blocking wifi on HP Omen 15 laptops

Signed-off-by: Michael Powell <michael_powell@mentor.com>
---
 drivers/platform/x86/acer-wmi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/platform/x86/acer-wmi.c
b/drivers/platform/x86/acer-wmi.c
index 3ac29a1..3ad8077 100644
--- a/drivers/platform/x86/acer-wmi.c
+++ b/drivers/platform/x86/acer-wmi.c
@@ -807,6 +807,7 @@ static const struct acpi_device_id norfkill_ids[]
__initconst = {
        { "IBM0068", 0},
        { "LEN0068", 0},
        { "SNY5001", 0},        /* sony-laptop in charge */
+	{ "HPQ6001", 0},
        { "", 0},
 };
 
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH RESEND] acer-wmi: No rfkill on HP wifi
  2015-08-02 22:59 ` [PATCH RESEND] " Powell, Michael
@ 2015-08-05 20:54   ` Darren Hart
  2015-08-05 20:58     ` Darren Hart
  0 siblings, 1 reply; 4+ messages in thread
From: Darren Hart @ 2015-08-05 20:54 UTC (permalink / raw)
  To: Powell, Michael; +Cc: jlee@suse.com, platform-driver-x86@vger.kernel.org

On Sun, Aug 02, 2015 at 10:59:29PM +0000, Powell, Michael wrote:
> Prevents acer-wmi from blocking wifi on HP Omen 15 laptops

Wow, you managed to miss both my automated scans for patches that fail
to Cc the maintainer :-) Patchwork caught it though.

Please Cc the maintainer listed in MAINTAINERS in the future per
Documentation/SubmittingPatches, section 5.

> 
> Signed-off-by: Michael Powell <michael_powell@mentor.com>
> ---
>  drivers/platform/x86/acer-wmi.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/platform/x86/acer-wmi.c
> b/drivers/platform/x86/acer-wmi.c
> index 3ac29a1..3ad8077 100644
> --- a/drivers/platform/x86/acer-wmi.c
> +++ b/drivers/platform/x86/acer-wmi.c
> @@ -807,6 +807,7 @@ static const struct acpi_device_id norfkill_ids[]
> __initconst = {
>         { "IBM0068", 0},
>         { "LEN0068", 0},
>         { "SNY5001", 0},        /* sony-laptop in charge */
> +	{ "HPQ6001", 0},
>         { "", 0},
>  };

I haven't determined the reason yet, but when saving this to apply, I get an
encoded blob of text instead of the patch. How did you send this email?

-- 
Darren Hart
Intel Open Source Technology Center

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH RESEND] acer-wmi: No rfkill on HP wifi
  2015-08-05 20:54   ` Darren Hart
@ 2015-08-05 20:58     ` Darren Hart
  0 siblings, 0 replies; 4+ messages in thread
From: Darren Hart @ 2015-08-05 20:58 UTC (permalink / raw)
  To: Powell, Michael; +Cc: jlee@suse.com, platform-driver-x86@vger.kernel.org

On Wed, Aug 05, 2015 at 01:54:21PM -0700, Darren Hart wrote:
> On Sun, Aug 02, 2015 at 10:59:29PM +0000, Powell, Michael wrote:
> > Prevents acer-wmi from blocking wifi on HP Omen 15 laptops
> 
> Wow, you managed to miss both my automated scans for patches that fail
> to Cc the maintainer :-) Patchwork caught it though.
> 
> Please Cc the maintainer listed in MAINTAINERS in the future per
> Documentation/SubmittingPatches, section 5.
> 
> > 
> > Signed-off-by: Michael Powell <michael_powell@mentor.com>
> > ---
> >  drivers/platform/x86/acer-wmi.c | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/drivers/platform/x86/acer-wmi.c
> > b/drivers/platform/x86/acer-wmi.c
> > index 3ac29a1..3ad8077 100644
> > --- a/drivers/platform/x86/acer-wmi.c
> > +++ b/drivers/platform/x86/acer-wmi.c
> > @@ -807,6 +807,7 @@ static const struct acpi_device_id norfkill_ids[]
> > __initconst = {
> >         { "IBM0068", 0},
> >         { "LEN0068", 0},
> >         { "SNY5001", 0},        /* sony-laptop in charge */
> > +	{ "HPQ6001", 0},
> >         { "", 0},
> >  };
> 
> I haven't determined the reason yet, but when saving this to apply, I get an
> encoded blob of text instead of the patch. How did you send this email?

And when pulling it down from Patchwork it has embedded ^M characters which
cause it to fail to apply with:

fatal: corrupt patch at line 17

Please resubmit after sending to yourself and verifying you can apply the patch.

-- 
Darren Hart
Intel Open Source Technology Center

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-05 20:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-23 21:36 [PATCH] acer-wmi: No rfkill on HP wifi Powell, Michael
2015-08-02 22:59 ` [PATCH RESEND] " Powell, Michael
2015-08-05 20:54   ` Darren Hart
2015-08-05 20:58     ` Darren Hart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.