Guest User

Untitled

a guest
Jul 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Device (USB0)
  2. {
  3. Name (_ADR, 0x001D0000)
  4. Method (_S3D, 0, NotSerialized)
  5. {
  6. If (LEqual (OSFL, 0x02))
  7. {
  8. Return (0x02)
  9. }
  10.  
  11. Return (0x03)
  12. }
  13.  
  14. Name (_PRW, Package (0x02)
  15. {
  16. 0x03,
  17. 0x03
  18. })
  19. }
Add Comment
Please, Sign In to add comment