Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 601471 Details for
Bug 844620
Dell XPS 13: Bluetooth/WiFi Cannot Operate Independently
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Proposed patch from Ubuntu Launchpad.
0001-UBUNTU-SAUCE-dell-laptop-rfkill-blacklist-Dell-XPS-1.patch (text/plain), 1.52 KB, created by
Lorenzo Villani
on 2012-07-31 08:32:06 UTC
(
hide
)
Description:
Proposed patch from Ubuntu Launchpad.
Filename:
MIME Type:
Creator:
Lorenzo Villani
Created:
2012-07-31 08:32:06 UTC
Size:
1.52 KB
patch
obsolete
>From 318d5bb457bc25224c36823ec19f680a98c6022f Mon Sep 17 00:00:00 2001 >From: Mario Limonciello <mario_limonciello@dell.com> >Date: Thu, 24 May 2012 10:45:00 -0700 >Subject: [PATCH] UBUNTU: SAUCE: dell-laptop: rfkill blacklist Dell XPS 13z, > 15 > >BugLink: https://bugs.launchpad.net/bugs/901410 > >On Dell XPS 13z (L321X) and 15 (L502X), switching off Bluetooth also >disables wifi. Fix by adding those models to the dell_blacklist table. > >Signed-off-by: Mario Limonciello <mario_limonciello@dell.com> >Signed-off-by: Kamal Mostafa <kamal@canonical.com> >Signed-off-by: Tim Gardner <tim.gardner@canonical.com> >--- > drivers/platform/x86/dell-laptop.c | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > >diff --git a/drivers/platform/x86/dell-laptop.c b/drivers/platform/x86/dell-laptop.c >index e6c08ee..35b38cc 100644 >--- a/drivers/platform/x86/dell-laptop.c >+++ b/drivers/platform/x86/dell-laptop.c >@@ -120,6 +120,21 @@ static const struct dmi_system_id __initdata dell_device_table[] = { > MODULE_DEVICE_TABLE(dmi, dell_device_table); > > static struct dmi_system_id __devinitdata dell_blacklist[] = { >+ /* dell_laptop breaks rfkill behavior (LP: #901410) */ >+ { >+ .ident = "Dell XPS 13z", >+ .matches = { >+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), >+ DMI_MATCH(DMI_PRODUCT_NAME, "Dell System XPS L321X"), >+ }, >+ }, >+ { >+ .ident = "Dell XPS 15", >+ .matches = { >+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), >+ DMI_MATCH(DMI_PRODUCT_NAME, "Dell System XPS L502X"), >+ }, >+ }, > /* Supported by compal-laptop */ > { > .ident = "Dell Mini 9", >-- >1.7.9.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 844620
: 601471