projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
848ef58
)
net: rfkill: gpio: add ACPI ID for GPS module on Lenovo Miix2
author
Heikki Krogerus
<heikki.krogerus@linux.intel.com>
Tue, 1 Apr 2014 14:02:54 +0000
(17:02 +0300)
committer
Johannes Berg
<johannes.berg@intel.com>
Fri, 11 Apr 2014 07:29:21 +0000
(09:29 +0200)
On Lenovo Miix 2 8", BCM4752 is renamed LNV4752.
Acked-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/rfkill/rfkill-gpio.c
patch
|
blob
|
history
diff --git
a/net/rfkill/rfkill-gpio.c
b/net/rfkill/rfkill-gpio.c
index
0adda44
..
fec3dbf
100644
(file)
--- 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 },
{ },
};