Jump to content

AD1988B for DP4


2 posts in this topic

Recommended Posts

Hi all

 

Anyone have a AD1988B working on ML DP4?

 

I have a modified dsdt, extract the zlibs (ayout12.xml.zlib and Platforms.xml.zlib) change-it like in Lion compress again... but no go.

 

DSDT Modification:

Device (HDEF)
		{
			Name (_ADR, 0x001B0000)
			Method (_DSM, 4, NotSerialized)
			{
				Store (Package (0x08)
					{
						"subsystem-id",
						Buffer (0x04)
						{
							0xA0, 0x00, 0x00, 0x00
						},
						"subsystem-vendor-id",
						Buffer (0x04)
						{
							0x6B, 0x10, 0x00, 0x00
						},
						"layout-id",
						Buffer (0x04)
						{
							0x0C, 0x00, 0x00, 0x00
						},
						"PinConfigurations",
						Buffer (Zero) {}
					}, Local0)
				DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
				Return (Local0)
			}
		}

 

Thanks, cya

Link to comment
Share on other sites

  • 1 year later...
 Share

×
×
  • Create New...