Advertisement
Guest User

DTGP

a guest
Aug 30th, 2014
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Method (DTGP, 5, NotSerialized)
  2. {
  3. If (LEqual (Arg0, Buffer (0x10)
  4. {
  5. /* 0000 */ 0xC6, 0xB7, 0xB5, 0xA0, 0x18, 0x13, 0x1C, 0x44,
  6. /* 0008 */ 0xB0, 0xC9, 0xFE, 0x69, 0x5E, 0xAF, 0x94, 0x9B
  7. }))
  8. {
  9. If (LEqual (Arg1, One))
  10. {
  11. If (LEqual (Arg2, Zero))
  12. {
  13. Store (Buffer (One)
  14. {
  15. 0x03
  16. }, Arg4)
  17. Return (One)
  18. }
  19.  
  20. If (LEqual (Arg2, One))
  21. {
  22. Return (One)
  23. }
  24. }
  25. }
  26.  
  27. Store (Buffer (One)
  28. {
  29. 0x00
  30. }, Arg4)
  31. Return (Zero)
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement