From patchwork Mon Jul 30 18:16:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Precise, SRU] UBUNTU: SAUCE: dell-laptop: additional rfkill blacklist Dell XPS 13 Date: Mon, 30 Jul 2012 08:16:23 -0000 From: Chris Van Hoof X-Patchwork-Id: 174071 Message-Id: <1343672183-20371-1-git-send-email-vanhoof@canonical.com> To: kernel-team@lists.ubuntu.com Cc: Kamal Mostafa 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 Tested-by: Kent Baxley Cc: Kamal Mostafa --- 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 = {