artur_pt

hdmi

Aug 30th, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. Device (PEGP)
  2. {
  3. Name (_ADR, 0x00010000)
  4. Name (_PRW, Package (0x02)
  5. {
  6. 0x09,
  7. 0x05
  8. })
  9. Device (GFX0)
  10. {
  11. Name (_ADR, Zero)
  12. Name (_SUN, One)
  13. Method (_DSM, 4, NotSerialized)
  14. {
  15. Store (Package (0x06)
  16. {
  17. "@0,connector-type",
  18. Buffer (0x04)
  19. {
  20. 0x00, 0x08, 0x00, 0x00
  21. },
  22. "@1,connector-type",
  23. Buffer (0x04)
  24. {
  25. 0x00, 0x08, 0x00, 0x00
  26. },
  27. "hda-gfx",
  28. Buffer (0x0A)
  29. {
  30. "onboard-1"
  31. }
  32. }, Local0)
  33. DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
  34. Return (Local0)
  35. }
  36. }
  37. Device (HDAU)
  38. {
  39. Name (_ADR, One)
  40. Method (_DSM, 4, NotSerialized)
  41. {
  42. Store (Package (0x02)
  43. {
  44. "hda-gfx",
  45. Buffer (0x0A)
  46. {
  47. "onboard-1"
  48. }
  49. }, Local0)
  50. DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
  51. Return (Local0)
  52. }
  53. }
Advertisement
Add Comment
Please, Sign In to add comment