ACK/cmnt: [SRU][Bionic][PATCH 1/1] UBUNTU: SAUCE: Add Lenovo V330 to the ideapad_laptop rfkill blacklist

Kleber Souza kleber.souza at canonical.com
Fri Jun 8 20:59:51 UTC 2018


On 06/08/18 12:55, Joseph Salisbury wrote:
> From: Johannes Wienke <languitar at semipol.de>
> 
> BugLink: http://bugs.launchpad.net/bugs/1774636
> 
> This laptop doesn't have a working hardware kill switch and thus the
> wifi and bluetooth might become hard blocked without an option to revert
> this state at runtime.
> 
> Signed-off-by: Johannes Wienke <languitar at semipol.de>

Same comment as Stefan regarding the additional s-o-b.

Acked-by: Kleber Sacilotto de Souza <kleber.souza at canonical.com>

> ---
>  drivers/platform/x86/ideapad-laptop.c | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/drivers/platform/x86/ideapad-laptop.c b/drivers/platform/x86/ideapad-laptop.c
> index 4c477f4..724baa9 100644
> --- a/drivers/platform/x86/ideapad-laptop.c
> +++ b/drivers/platform/x86/ideapad-laptop.c
> @@ -1006,6 +1006,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = {
>  		},
>  	},
>  	{
> +		.ident = "Lenovo V330-14IKB",
> +		.matches = {
> +			DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
> +			DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo V330-14IKB"),
> +		},
> +	},
> +	{
>  		.ident = "Lenovo V510-15IKB",
>  		.matches = {
>  			DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
> 





More information about the kernel-team mailing list