Jump to content

Patching DSDT of Compaq 615


477h
 Share

1 post in this topic

Recommended Posts

Want to patch the DSDT of my Compaq 615 (specs can be found here!), mainly to solve the problem, that, if the lid ist closed, I get a scrumbled screen when I open it again.

 

This should be possible with the method mentioned here:

		Name (LIDS, One)

		Method (_LID, 0, NotSerialized)

		{

				Store (^^PCI0.LPC.EC.HPLD, LIDS) 

				XOr (LIDS, One, Local0)

				If (Local0)						

				{ 

					Notify (SLPB, 0x80)				

				} 

				Return (LIDS)

		}

 

 

But I do not really know where in the DSDT to apply this patch.

 

 

Any further DSDT fixes I could/should use with my Compaq 615?

If I get some thing worked out through DSDT-patching, I'll post my DSDT in the DSDT Auto Patcher thread, so other users can benefit from it.

 

My original DSDT can be found in Attachments.

 

Thanks in advance.

DSDT_COMPAQ615.txt

Link to comment
Share on other sites

 Share

×
×
  • Create New...