Guest User

Untitled

a guest
May 27th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. Method (_DSM, 4, NotSerialized)
  2. {
  3. Store (Package (0x04)
  4. {
  5. "AAPL,clock-id",
  6. Buffer (One)
  7. {
  8. 0x01
  9. },
  10.  
  11. "device_type",
  12. Buffer (0x05)
  13. {
  14. "EHCI"
  15. }
  16. }, Local0)
  17. DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
  18. Return (Local0)
  19. }
Add Comment
Please, Sign In to add comment