http://bugzilla.kernel.org/show_bug.cgi?id=6208
------- Comment #33 from [EMAIL PROTECTED] 2007-11-06 22:09 -------
Ask asus to fix their stupid BIOS, it's really DESIGNED FOR WINDOWS. See below
ASL code, if running OS isn't windows, they will call USB1(), I guess this
method will disable USB.
Scope (\_SB.PCI0.USB)
{
Method (_INI, 0, NotSerialized)
{
/*If (LNot (LEqual (OSFG, 0x08)))
{
USB1 ()
}*/
}
}
Name (OSFG, 0x00)
Name (OS9X, 0x01)
Name (OS98, 0x02)
Name (OSME, 0x04)
Name (OS2K, 0x08)
Name (OSXP, 0x10)
Method (MSOS, 0, NotSerialized)
{
If (CondRefOf (\_OSI, Local0))
{
Store (OSXP, OSFG)
}
Else
{
If (MCTH (\_OS, "Microsoft Windows"))
{
Store (OS98, OSFG)
}
Else
{
If (MCTH (\_OS, "Microsoft WindowsME: Millennium Edition"))
{
Store (OSME, OSFG)
}
Else
{
If (MCTH (\_OS, "Microsoft Windows NT"))
{
Store (OS2K, OSFG)
}
Else
{
Store (OSXP, OSFG)
}
}
}
}
Return (OSFG)
}
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla