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

Chris Van Hoof vanhoof at canonical.com
Mon Jul 30 18:16:23 UTC 2012


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





More information about the kernel-team mailing list