* [PATCH v2 1/2] ideapad-laptop: Add ideapad Y700-15ISK to the no_hw_rfkill DMI list
@ 2016-02-17 22:33 John Dahlstrom
2016-02-18 5:50 ` Darren Hart
0 siblings, 1 reply; 2+ messages in thread
From: John Dahlstrom @ 2016-02-17 22:33 UTC (permalink / raw)
To: Ike Panhc, Darren Hart; +Cc: platform-driver-x86, linux-kernel
Some Lenovo ideapad models lack a physical rfkill switch.
On a Lenovo ideapad Y700-15ISK, the ideapad-laptop module
would wrongly report all radios as blocked by hardware which
caused wireless network connections to fail.
Add this model without an rfkill switch to the no_hw_rfkill list.
Tested-by: John Dahlstrom <jodarom@sdf.org>
Signed-off-by: John Dahlstrom <jodarom@sdf.org>
---
Relevant kernel versions: 4.5-rc4, 4.4.2, 4.3.5, 4.1.18, 3.18.27
Patch changelog
v2 split patch between Touch and non-Touch devices
drivers/platform/x86/ideapad-laptop.c | 7 +++++++
1 file changed, 7 insertions(+)
--- a/drivers/platform/x86/ideapad-laptop.c 2016-02-14 15:05:20.000000000 -0600
+++ b/drivers/platform/x86/ideapad-laptop.c 2016-02-16 03:54:48.000000000 -0600
@@ -864,4 +864,11 @@ static const struct dmi_system_id no_hw_rfkill_list[] = {
DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo G50-30"),
},
+ },
+ {
+ .ident = "Lenovo ideapad Y700-15ISK",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad Y700-15ISK"),
+ },
},
{
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH v2 1/2] ideapad-laptop: Add ideapad Y700-15ISK to the no_hw_rfkill DMI list
2016-02-17 22:33 [PATCH v2 1/2] ideapad-laptop: Add ideapad Y700-15ISK to the no_hw_rfkill DMI list John Dahlstrom
@ 2016-02-18 5:50 ` Darren Hart
0 siblings, 0 replies; 2+ messages in thread
From: Darren Hart @ 2016-02-18 5:50 UTC (permalink / raw)
To: John Dahlstrom; +Cc: Ike Panhc, platform-driver-x86, linux-kernel
On Wed, Feb 17, 2016 at 04:33:43PM -0600, John Dahlstrom wrote:
> Some Lenovo ideapad models lack a physical rfkill switch.
> On a Lenovo ideapad Y700-15ISK, the ideapad-laptop module
> would wrongly report all radios as blocked by hardware which
> caused wireless network connections to fail.
>
> Add this model without an rfkill switch to the no_hw_rfkill list.
>
> Tested-by: John Dahlstrom <jodarom@sdf.org>
> Signed-off-by: John Dahlstrom <jodarom@sdf.org>
> ---
> Relevant kernel versions: 4.5-rc4, 4.4.2, 4.3.5, 4.1.18, 3.18.27
> Patch changelog
> v2 split patch between Touch and non-Touch devices
One patch was fine. Please see my feedback to the initial patch.
--
Darren Hart
Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-02-18 5:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-17 22:33 [PATCH v2 1/2] ideapad-laptop: Add ideapad Y700-15ISK to the no_hw_rfkill DMI list John Dahlstrom
2016-02-18 5:50 ` Darren Hart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®