diff options
| author | Heikki Krogerus <[email protected]> | 2014-04-01 14:02:54 +0000 |
|---|---|---|
| committer | Johannes Berg <[email protected]> | 2014-04-11 07:29:21 +0000 |
| commit | 04f1b47cd76ed525c87cc7c87a687e99d7f0e93d (patch) | |
| tree | a2ce59d813c4176f496dab61b472277fadfded7e | |
| parent | net: rfkill: gpio: remove unused and obsolete platform parameters (diff) | |
| download | kernel-04f1b47cd76ed525c87cc7c87a687e99d7f0e93d.tar.gz kernel-04f1b47cd76ed525c87cc7c87a687e99d7f0e93d.zip | |
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 <[email protected]>
Signed-off-by: Heikki Krogerus <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
| -rw-r--r-- | net/rfkill/rfkill-gpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 }, { }, }; |
