mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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 <acourbot@nvidia.com> Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
848ef58695
commit
04f1b47cd7
1 changed files with 1 additions and 0 deletions
|
@ -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 },
|
||||
{ },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue