artur_pt

Untitled

Jul 26th, 2015
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. into device label BUS0 parent_label SBUS remove_entry;
  2. into device label SBUS insert begin
  3. Device (BUS0)\n
  4. {\n
  5. Name (_CID, "smbus")\n
  6. Name (_ADR, Zero)\n
  7. Device (DVL0)\n
  8. {\n
  9. Name (_ADR, 0x57)\n
  10. Name (_CID, "diagsvault")\n
  11. Method (_DSM, 4, NotSerialized)\n
  12. {\n
  13. Store (Package (0x02) {\n
  14. "address", 0x57
  15. }, Local0)\n
  16. DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
  17. Return (Local0)\n
  18. }\n
  19. }\n
  20. }
  21. end;
Advertisement
Add Comment
Please, Sign In to add comment