projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67133c6
)
platform/x86: ideapad-laptop: Add Ideapad 530S-14ARR to no_hw_rfkill list
author
Kai-Heng Feng
<
[email protected]
>
Tue, 5 Mar 2019 08:55:21 +0000
(16:55 +0800)
committer
Andy Shevchenko
<
[email protected]
>
Tue, 5 Mar 2019 13:51:20 +0000
(15:51 +0200)
This platform doesn't have hardware switch for rfkill, so add it to
no_hw_rfkill list to prevent wireless gets hard-blocked.
BugLink:
https://bugs.launchpad.net/bugs/1818204
Signed-off-by: Kai-Heng Feng <
[email protected]
>
Signed-off-by: Andy Shevchenko <
[email protected]
>
drivers/platform/x86/ideapad-laptop.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/ideapad-laptop.c
b/drivers/platform/x86/ideapad-laptop.c
index f3e87057929f6f2d9b59aa7ac2aa2fa20bfff286..c3b534e1a6bb5ed33ff06c6e6b26c66e542365c0 100644
(file)
--- a/
drivers/platform/x86/ideapad-laptop.c
+++ b/
drivers/platform/x86/ideapad-laptop.c
@@
-1097,6
+1097,13
@@
static const struct dmi_system_id no_hw_rfkill_list[] = {
DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad 330-15ICH"),
},
},
+ {
+ .ident = "Lenovo ideapad 530S-14ARR",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad 530S-14ARR"),
+ },
+ },
{
.ident = "Lenovo ideapad Y700-14ISK",
.matches = {