https://bugzilla.kernel.org/show_bug.cgi?id=40672





--- Comment #24 from Igor Murzov <e-m...@date.by>  2012-02-20 18:59:37 ---
Created an attachment (id=72450)
 --> (https://bugzilla.kernel.org/attachment.cgi?id=72450)
Disassembled DSDT

Here is the relevant part of DSDT:

 Device (LCD)
 {
     Name (_ADR, 0x0110)
     Name (_DCS, 0x1F)
     Name (_DGS, Zero)
     Name (BLLV, Zero)
     Method (_DSS, 1, NotSerialized)
     {
         S80H (0xD4)
         Sleep (0x14)
         And (_DCS, 0xFFFFFFFD, _DCS)
         And (Arg0, One, Local0)
         ShiftLeft (Local0, One, Local0)
         Or (_DCS, Local0, _DCS)
     }

     Name (BRLV, Package (0x0F)
     {
         0x50, 
         0x43, 
         0x14, 
         0x1B, 
         0x21, 
         0x28, 
         0x2F, 
         0x35, 
         0x3C, 
         0x43, 
         0x49, 
         0x50, 
         0x57, 
         0x5D, 
         0x64
     })
     Method (_BCL, 0, NotSerialized)
     {
         Return (Package (0x0D)
         {
             0x46, 
             0x28, 
             Zero, 
             0x0A, 
             0x14, 
             0x1E, 
             0x28, 
             0x32, 
             0x3C, 
             0x46, 
             0x50, 
             0x5A, 
             0x64
         })
     }

     Method (_BCM, 1, NotSerialized)
     {
         Store (0x35, P80H)
         Divide (Arg0, 0x0A, Local0, Local1)
         Store (Local1, ^^^^LPC0.EC0.BRTS)
     }

     Method (_BQC, 0, NotSerialized)
     {
         Multiply (^^^^LPC0.EC0.BRTS, 0x0A, Local0)
         Return (Local0)
     }
 }

This bug is probably related to
https://bugzilla.kernel.org/show_bug.cgi?id=13121

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

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to