ideapad_laptop module thinks there is a hard switch for wifi/bluetooth in model Lenovo Y700-15ISK

Bug #1528299 reported by MOHIT
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ideapad-laptop
Fix Released
High
Ike Panhc

Bug Description

ideapad_laptop modules assumes a hard switch for wifi/bluetooth for model Lenovo Y700-15ISK.

Adding the following section in ideapad_laptop.c fixes the problem.

{
            ident = "Lenovo Ideapad Y700",
            matches = {
                    DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
                    DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad Y700-15ISK"),
            },
},

Attaching dmesg and dmidecode txt file

Revision history for this message
MOHIT (mohit-keswani) wrote :
Revision history for this message
MOHIT (mohit-keswani) wrote :

dmesg file

Revision history for this message
Ike Panhc (ikepanhc) wrote :

@MOHIT,

Could you also attach the output of acpidump please?

Changed in ideapad-laptop:
assignee: nobody → Ike Panhc (ikepanhc)
status: New → In Progress
importance: Undecided → High
Revision history for this message
MOHIT (mohit-keswani) wrote :

Attached acpidump.txt. If you need anything else pls let me know

Revision history for this message
Ike Panhc (ikepanhc) wrote :

$ git grep Y700-15ISK drivers/platform/x86/ideapad-laptop.c
drivers/platform/x86/ideapad-laptop.c: .ident = "Lenovo ideapad Y700-15ISK",
drivers/platform/x86/ideapad-laptop.c: DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad Y700-15ISK"),

Already in kernel long time ago. Closing bug.

Changed in ideapad-laptop:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.