Message ID | 1393330950-7283-5-git-send-email-heikki.krogerus@linux.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hello. On 25-02-2014 16:22, Heikki Krogerus wrote: > On Lenovo Miix 2 8", BCM4752 is renamed LNV4752. You have typoed in the subject, s/Lenove/Lenovo/. > Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> WBR, Sergei
On Tue, Feb 25, 2014 at 08:40:54PM +0400, Sergei Shtylyov wrote: > On 25-02-2014 16:22, Heikki Krogerus wrote: > > >On Lenovo Miix 2 8", BCM4752 is renamed LNV4752. > > You have typoed in the subject, s/Lenove/Lenovo/. True. I'll send a fixed version. Thanks,
diff --git a/net/rfkill/rfkill-gpio.c b/net/rfkill/rfkill-gpio.c index ad5e354..ec38884 100644 --- a/net/rfkill/rfkill-gpio.c +++ b/net/rfkill/rfkill-gpio.c @@ -158,6 +158,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 }, { }, };
On Lenovo Miix 2 8", BCM4752 is renamed LNV4752. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> --- net/rfkill/rfkill-gpio.c | 1 + 1 file changed, 1 insertion(+)