| 
			 
			
			
			
			
			
			
		 
			
			 
			
				03-07-2010, 10:03 PM
			
			
			
		 | 
	| 
		
			
			| Cheetah |  | 
					Join Date: Jan 2009 
					Posts: 1
					      |  | 
	
	| 
				
				BT dongle & _WAK mod for wake
			 
 
	Quote: 
	
		| 
					Originally Posted by EnzoFX  I'd hate to just go out and buy it and it still not work for me. Any ides are welcomed, thanks guys.
 |  
Hey EnzoFX,
 
i've got a Targus ACB10US-B (the silver 4cm one) 
bought it in the US for 7$...(shipping to europe was very expensive...)
 
wake from sleep works via mouse, wired apple alu KB and wireless BT apple KB.  
i'm on a Gigabyte G33M-DS2R on 10.6.2 via DSDT mods.
 
to all who have problems with wake from sleep with a USB 2.0 device: 
 
check your _WAK section in DSDT.  
after various tests, i found the solution for me:
 
the section for "If (LEqual (Arg0, 0x04))" should look like this: 
(maybe this works only on my board...) 
.... 
        If (LEqual (Arg0, 0x04)) 
        { 
            If (LEqual (OSFL, Zero)) 
            { 
                Store (0x58, SMIP) 
            }
 
            If (LEqual (OSFL, One)) 
            { 
                Store (0x56, SMIP) 
            }
 
            If (LEqual (OSFL, 0x02)) 
            { 
                Store (0x57, SMIP) 
            }
 
            If (LEqual (OSFX, 0x03)) 
            { 
                Store (0x59, SMIP) 
            } 
        } 
...
 
Before patching, there were some nested if clauses... i deleted them and left only the code above. Maybe this helps someone   
sorry for my english.
 
greets
 
xzeroGx
			
			
			
			
				  |