diff mbox

[PATCHv2,4/5] net: rfkill: gpio: add ACPI ID for GPS module on Lenove Miix2

Message ID 1393330950-7283-5-git-send-email-heikki.krogerus@linux.intel.com
State Not Applicable, archived
Headers show

Commit Message

Heikki Krogerus Feb. 25, 2014, 12:22 p.m. UTC
On Lenovo Miix 2 8", BCM4752 is renamed LNV4752.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
---
 net/rfkill/rfkill-gpio.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Sergei Shtylyov Feb. 25, 2014, 4:40 p.m. UTC | #1
Hello.

On 25-02-2014 16:22, Heikki Krogerus wrote:

> On Lenovo Miix 2 8", BCM4752 is renamed LNV4752.

    You have typoed in the subject, s/Lenove/Lenovo/.

> Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>

WBR, Sergei


--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Heikki Krogerus Feb. 27, 2014, 10:55 a.m. UTC | #2
On Tue, Feb 25, 2014 at 08:40:54PM +0400, Sergei Shtylyov wrote:
> On 25-02-2014 16:22, Heikki Krogerus wrote:
> 
> >On Lenovo Miix 2 8", BCM4752 is renamed LNV4752.
> 
>    You have typoed in the subject, s/Lenove/Lenovo/.

True. I'll send a fixed version.

Thanks,
diff mbox

Patch

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 },
 	{ },
 };