InfiniteMac OSx86  


 
 
Thread tools Display modes
Prev Previous Post   Next Post Next
  #1  
Old 02-09-2010, 09:42 PM
andyvand's Avatar
andyvand andyvand is offline
 
Join Date: Apr 2009
Location: Tienen
Posts: 515
FakeSMC 2.5 for Snow Leopard, Leopard, Tiger 10.4.11

I've remade FakeSMC so it can add a Fake Sudden Motion Sensor.
I've also built a Tiger version (for 10.4.11, maybe some older ones too).

Code for adding fake sudden motion sensor to DSDT:
Add in the LPC device section (before Device (EC) for example).

Code:
Device (SMS0)
{
    Name (_HID, EisaId ("APP0003"))
    Name (_CID, "smc-sms")
}
Binaries are present under BUILD/Release (Tiger or Leopard)/.

Download (sources and bins):
http://rapidshare.com/files/348359908/fakesmc.zip
Reply With Quote