View Single Post
 
Old 08-31-2009, 08:06 AM
sk1nhd33t sk1nhd33t is offline
Jaguar
 
Join Date: Jul 2009
Location: Manila, Philippines
Posts: 77
Thanks to ApexDE from his post here, error like this below after waking from sleep is now fixed!



just add this to your dsdt and look for Device (USBE) ..

Quote:
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x04)
{
“AAPL,clock-id”,
Buffer (0x01)
{
0x01
},
“device_type”,
Buffer (0x05)
{
“EHCI”
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)

Last edited by sk1nhd33t; 08-31-2009 at 08:13 AM.
Reply With Quote