artur_pt

Untitled

Mar 1st, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Device (HDEF)
  2. {
  3. Name (_ADR, 0x001B0000)
  4. Method (_PRW, 0, NotSerialized)
  5. {
  6. Return (Package (0x02)
  7. {
  8. 0x0D,
  9. 0x05
  10. })
  11. }
  12.  
  13. Method (_DSM, 4, NotSerialized)
  14. {
  15. Store (Package (0x04)
  16. {
  17. "layout-id",
  18. Buffer (0x04)
  19. {
  20. 0x79, 0x03, 0x00, 0x00
  21. },
  22.  
  23. "PinConfigurations",
  24. Buffer (Zero) {}
  25. }, Local0)
  26. DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
  27. Return (Local0)
  28. }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment