Ack: [Precise SRU PATCH] UBUNTU: SAUCE: dell-laptop: additional rfkill blacklist Dell XPS 13

Seth Forshee seth.forshee at canonical.com
Mon Jul 30 20:49:39 UTC 2012


On Mon, Jul 30, 2012 at 02:16:23PM -0400, Chris Van Hoof wrote:
> BugLink: https://bugs.launchpad.net/bugs/1030957
> 
> On the Dell XPS 13 (L322X), switching off Bluetooth also disables 
> wifi. Fix-up by adding this model to the dell_blacklist table.
> 
> Signed-off-by: Chris Van Hoof <vanhoof at canonical.com>
> Tested-by: Kent Baxley <kent.baxley at canonical.com>
> Cc: Kamal Mostafa <kamal at canonical.com>
> ---
>  drivers/platform/x86/dell-laptop.c |    8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/drivers/platform/x86/dell-laptop.c b/drivers/platform/x86/dell-laptop.c
> index f27a0b8..8f85ac2 100644
> --- a/drivers/platform/x86/dell-laptop.c
> +++ b/drivers/platform/x86/dell-laptop.c
> @@ -127,6 +127,14 @@ static struct dmi_system_id __devinitdata dell_blacklist[] = {
>  			DMI_MATCH(DMI_PRODUCT_NAME, "Dell System XPS L321X"),
>  		},
>  	},
> +	/* dell_laptop breaks rfkill behavior (LP: #1030957) */
> +	{
> +		.ident = "Dell XPS 13z",
> +		.matches = {
> +			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "Dell System XPS L322X"),
> +		},
> +	},
>  	{
>  		.ident = "Dell XPS 15",
>  		.matches = {
> -- 
> 1.7.9.5
> 
> 
> -- 
> kernel-team mailing list
> kernel-team at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team




More information about the kernel-team mailing list