From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S947272AbcJaVdw (ORCPT ); Mon, 31 Oct 2016 17:33:52 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:43300 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S947155AbcJaVdv (ORCPT ); Mon, 31 Oct 2016 17:33:51 -0400 Date: Mon, 31 Oct 2016 15:33:56 -0600 From: Greg KH To: Marcos Paulo de Souza Cc: corentin.chary@gmail.com, dvhart@infradead.org, acpi4asus-user@lists.sourceforge.net, platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] platform/x86/asus-nb-wmi.c: Add X45U quirk Message-ID: <20161031213356.GC15739@kroah.com> References: <1477945272-4703-1-git-send-email-marcos.souza.org@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1477945272-4703-1-git-send-email-marcos.souza.org@gmail.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 31, 2016 at 06:21:12PM -0200, Marcos Paulo de Souza wrote: > Without this patch, the Asus X45U wireless card can't be turned > on (hard-blocked), but after a suspend/resume it just starts working. > > Following this bug report[1], there are other cases like this one, but > this Asus is the only model that I can test. > > [1] https://ubuntuforums.org/showthread.php?t=2181558 > > Signed-off-by: Marcos Paulo de Souza > --- > drivers/platform/x86/asus-nb-wmi.c | 9 +++++++++ > 1 file changed, 9 insertions(+) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly.