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:
53e755c
)
ideapad_laptop: Lenovo G50-30 fix rfkill reports wireless blocked
author
Dmitry Tunin
<
[email protected]
>
Sun, 18 Jan 2015 12:44:40 +0000
(15:44 +0300)
committer
Darren Hart
<
[email protected]
>
Mon, 1 Jun 2015 17:24:30 +0000
(19:24 +0200)
Lenovo G30-50 does not have a hardware wireless switch and wireless
is always blocked.
BugLink:
https://bugs.launchpad.net/bugs/1397021
Signed-off-by: Dmitry Tunin <
[email protected]
>
Cc:
[email protected]
Signed-off-by: Philippe Coval <
[email protected]
>
[
[email protected]
: Reordered dmi id per Phillippe's later version]
Signed-off-by: Darren Hart <
[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 b3d419a8472341dabee36c3cb40765157be443a9..1db3d2176d5600f220e5af3fdf567726e0115c0f 100644
(file)
--- a/
drivers/platform/x86/ideapad-laptop.c
+++ b/
drivers/platform/x86/ideapad-laptop.c
@@
-829,6
+829,13
@@
static void ideapad_acpi_notify(acpi_handle handle, u32 event, void *data)
* report all radios as hardware-blocked.
*/
static const struct dmi_system_id no_hw_rfkill_list[] = {
+ {
+ .ident = "Lenovo G50-30",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo G50-30"),
+ },
+ },
{
.ident = "Lenovo Yoga 2 11 / 13 / Pro",
.matches = {