Przeglądaj źródła

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>
Heikki Krogerus 11 lat temu
rodzic
commit
04f1b47cd7
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      net/rfkill/rfkill-gpio.c

+ 1 - 0
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[] = {
 static const struct acpi_device_id rfkill_acpi_match[] = {
 	{ "BCM4752", RFKILL_TYPE_GPS },
 	{ "BCM4752", RFKILL_TYPE_GPS },
+	{ "LNV4752", RFKILL_TYPE_GPS },
 	{ },
 	{ },
 };
 };