Guest User

two_chips

a guest
Nov 2nd, 2020
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. Scope (\_SB.PCI0.XHCI.RHUB.HS07)
  2. {
  3. Name (_DDN, "Camera") // _DDN: DOS Device Name
  4. Name (_UPC, Package (0x04) // _UPC: USB Port Capabilities
  5. {
  6. 0xFF,
  7. 0xFF,
  8. Zero,
  9. Zero
  10. })
  11. Name (_PLD, Package (0x01) // _PLD: Physical Location of Device
  12. {
  13. ToPLD (
  14. PLD_Revision = 0x2,
  15. PLD_IgnoreColor = 0x1,
  16. PLD_Red = 0x0,
  17. PLD_Green = 0x0,
  18. PLD_Blue = 0x0,
  19. PLD_Width = 0x0,
  20. PLD_Height = 0x0,
  21. PLD_UserVisible = 0x0,
  22. PLD_Dock = 0x0,
  23. PLD_Lid = 0x0,
  24. PLD_Panel = "UNKNOWN",
  25. PLD_VerticalPosition = "CENTER",
  26. PLD_HorizontalPosition = "CENTER",
  27. PLD_Shape = "UNKNOWN",
  28. PLD_GroupOrientation = 0x0,
  29. PLD_GroupToken = 0x0,
  30. PLD_GroupPosition = 0x0,
  31. PLD_Bay = 0x0,
  32. PLD_Ejectable = 0x0,
  33. PLD_EjectRequired = 0x0,
  34. PLD_CabinetNumber = 0x0,
  35. PLD_CardCageNumber = 0x0,
  36. PLD_Reference = 0x0,
  37. PLD_Rotation = 0x0,
  38. PLD_Order = 0x0,
  39. PLD_VerticalOffset = 0x0,
  40. PLD_HorizontalOffset = 0x0)
  41.  
  42. })
  43. Name (_CRS, ResourceTemplate () // _CRS: Current Resource Settings
  44. {
  45. GpioInt (Edge, ActiveBoth, Exclusive, PullDefault, 0x0000,
  46. "\\_SB.PCI0.GPIO", 0x00, ResourceConsumer, ,
  47. )
  48. { // Pin list
  49. 0x0064
  50. }
  51. })
  52. Name (_DSD, Package (0x02) // _DSD: Device-Specific Data
  53. {
  54. ToUUID ("daffd814-6eba-4d8c-8a91-bc9bbf4aa301") /* Device Properties for _DSD */,
  55. Package (0x01)
  56. {
  57. Package (0x02)
  58. {
  59. "privacy-gpio",
  60. Package (0x04)
  61. {
  62. \_SB.PCI0.XHCI.RHUB.HS07,
  63. Zero,
  64. Zero,
  65. One
  66. }
  67. }
  68. }
  69. })
  70. }
Advertisement
Add Comment
Please, Sign In to add comment