Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. Device (HDEF)
  2. {
  3. Name (_ADR, 0x001B0000)
  4. Method (_DSM, 4, NotSerialized)
  5. {
  6. Store (Package ()
  7. {
  8. "AAPL,slot-name",
  9. "built-in",
  10. "layout-id",
  11. /**** Is ResourceTemplate, but EndTag not at buffer end ****/ Buffer (0x04)
  12. {
  13. 0x79, 0x03, 0x00, 0x00
  14. },
  15. "device_type",
  16. Buffer (0x10)
  17. {
  18. "Intel HDA Audio"
  19. },
  20. "model",
  21. Buffer (0x0C)
  22. {
  23. "ALC 889 HDA"
  24. },
  25. "PinConfigurations",
  26. Buffer (Zero) {}
  27. }, Local0)
  28. DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
  29. Return (Local0)
  30. }
  31. Method (_PRW, 0, NotSerialized)
  32. {
  33. Return (Package (0x02)
  34. {
  35. 0x0D,
  36. 0x05
  37. })
  38. }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement