http://bugzilla.kernel.org/show_bug.cgi?id=14081

           Summary: MSI EC special treatment enabled for non-MSI notebooks
           Product: ACPI
           Version: 2.5
    Kernel Version: 2.6.31-rc8
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: EC
        AssignedTo: [email protected]
        ReportedBy: [email protected]
        Regression: No


The following code:

if (dmi_name_in_vendors("Micro-Star") ||
        dmi_name_in_vendors("Notebook")) {
    pr_info(PREFIX "Enabling special treatment for EC from MSI.\n");
    EC_FLAGS_MSI = 1;
}

enables MSI workaround on all notebooks, introducing delays into EC handling. 
The || should probably be && instead.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to