Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
net: rfkill: gpio: add ACPI ID for GPS module on Lenovo Miix2
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Heikki Krogerus authored and jmberg-intel committed Apr 11, 2014
1 parent 848ef58 commit 04f1b47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/rfkill/rfkill-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
{ },
};

Expand Down

0 comments on commit 04f1b47

Please sign in to comment.