andyvand
02-09-2010, 09:42 PM
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).
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
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).
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