On Monday 11 February 2008 09:05, Mateu Soler wrote:
> 2008/2/11, Len Brown <[EMAIL PROTECTED]>:
> > On Sunday 10 February 2008 09:31, you wrote:
> > > Handle 0x0001, DMI type 1, 27 bytes
> > > System Information
> > >         Manufacturer: Sony Corporation
> > >         Product Name: VGN-NR11S_S
> > >         Version: C3LPZGMR
> > ...
> > >
> > > Handle 0x0002, DMI type 2, 10 bytes
> > > Base Board Information
> > >         Manufacturer: Sony Corporation
> > >         Product Name: VAIO
> >
thanks for the acpidump.

OSI(Linux) is a NOP on this box.

-Len


    Scope (_SB)
    {
        Method (_INI, 0, NotSerialized)
        {
            Store (0x07D0, OSYS)
            If (CondRefOf (_OSI, Local0))
            {
                If (_OSI ("Linux"))
                {
                    Store (One, LINX)
                }

                If (_OSI ("Windows 2001"))
                {
                    Store (0x07D1, OSYS)
                }

                If (_OSI ("Windows 2001 SP1"))
                {
                    Store (0x07D1, OSYS)
                }

                If (_OSI ("Windows 2001 SP2"))
                {
                    Store (0x07D2, OSYS)
                }

                If (_OSI ("Windows 2006"))
                {
                    Store (0x07D6, OSYS)
                }
            }
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to