From patchwork Thu Feb 27 11:22:29 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heikki Krogerus X-Patchwork-Id: 3731751 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 18DEDBF13A for ; Thu, 27 Feb 2014 11:24:30 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 44407201FE for ; Thu, 27 Feb 2014 11:24:29 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 67214201DD for ; Thu, 27 Feb 2014 11:24:28 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WIz3w-0006ZB-Nv; Thu, 27 Feb 2014 11:23:37 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WIz3m-00015Q-Qo; Thu, 27 Feb 2014 11:23:26 +0000 Received: from mga09.intel.com ([134.134.136.24]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WIz3I-0000z5-PQ for linux-arm-kernel@lists.infradead.org; Thu, 27 Feb 2014 11:22:59 +0000 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 27 Feb 2014 03:18:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,554,1389772800"; d="scan'208";a="463369916" Received: from blue.fi.intel.com ([10.237.72.156]) by orsmga001.jf.intel.com with ESMTP; 27 Feb 2014 03:22:30 -0800 From: Heikki Krogerus To: Johannes Berg , Sergei Shtylyov Subject: [PATCHv3 4/5] net: rfkill: gpio: add ACPI ID for GPS module on Lenovo Miix2 Date: Thu, 27 Feb 2014 13:22:29 +0200 Message-Id: <1393500149-13526-1-git-send-email-heikki.krogerus@linux.intel.com> X-Mailer: git-send-email 1.9.0 In-Reply-To: <20140227105520.GB17298@xps8300> References: <20140227105520.GB17298@xps8300> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140227_062256_956828_905C6EFE X-CRM114-Status: GOOD ( 12.81 ) X-Spam-Score: -3.8 (---) Cc: Alexandre Courbot , Arnd Bergmann , Stephen Warren , netdev@vger.kernel.org, Linus Walleij , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , Chen-Yu Tsai , linux-tegra@vger.kernel.org, Marc Dietrich , Rhyland Klein , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,KHOP_BIG_TO_CC, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On Lenovo Miix 2 8", BCM4752 is renamed LNV4752. Signed-off-by: Heikki Krogerus --- net/rfkill/rfkill-gpio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/rfkill/rfkill-gpio.c b/net/rfkill/rfkill-gpio.c index ad5e354..ec38884 100644 --- a/net/rfkill/rfkill-gpio.c +++ b/net/rfkill/rfkill-gpio.c @@ -158,6 +158,7 @@ static int rfkill_gpio_remove(struct platform_device *pdev) static const struct acpi_device_id rfkill_acpi_match[] = { { "BCM4752", RFKILL_TYPE_GPS }, + { "LNV4752", RFKILL_TYPE_GPS }, { }, };