From: Heikki Krogerus Date: Tue, 1 Apr 2014 14:02:54 +0000 (+0300) Subject: net: rfkill: gpio: add ACPI ID for GPS module on Lenovo Miix2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=04f1b47cd76ed525c87cc7c87a687e99d7f0e93d;p=linux-beck.git net: rfkill: gpio: add ACPI ID for GPS module on Lenovo Miix2 On Lenovo Miix 2 8", BCM4752 is renamed LNV4752. Acked-by: Alexandre Courbot Signed-off-by: Heikki Krogerus Signed-off-by: Johannes Berg --- diff --git a/net/rfkill/rfkill-gpio.c b/net/rfkill/rfkill-gpio.c index 0adda445dfe7..fec3dbf321e1 100644 --- a/net/rfkill/rfkill-gpio.c +++ b/net/rfkill/rfkill-gpio.c @@ -173,6 +173,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 }, { }, };