Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Scope (\_SB.PCI0.XHCI.RHUB.HS07)
- {
- Name (_DDN, "Camera") // _DDN: DOS Device Name
- Name (_UPC, Package (0x04) // _UPC: USB Port Capabilities
- {
- 0xFF,
- 0xFF,
- Zero,
- Zero
- })
- Name (_PLD, Package (0x01) // _PLD: Physical Location of Device
- {
- ToPLD (
- PLD_Revision = 0x2,
- PLD_IgnoreColor = 0x1,
- PLD_Red = 0x0,
- PLD_Green = 0x0,
- PLD_Blue = 0x0,
- PLD_Width = 0x0,
- PLD_Height = 0x0,
- PLD_UserVisible = 0x0,
- PLD_Dock = 0x0,
- PLD_Lid = 0x0,
- PLD_Panel = "UNKNOWN",
- PLD_VerticalPosition = "CENTER",
- PLD_HorizontalPosition = "CENTER",
- PLD_Shape = "UNKNOWN",
- PLD_GroupOrientation = 0x0,
- PLD_GroupToken = 0x0,
- PLD_GroupPosition = 0x0,
- PLD_Bay = 0x0,
- PLD_Ejectable = 0x0,
- PLD_EjectRequired = 0x0,
- PLD_CabinetNumber = 0x0,
- PLD_CardCageNumber = 0x0,
- PLD_Reference = 0x0,
- PLD_Rotation = 0x0,
- PLD_Order = 0x0,
- PLD_VerticalOffset = 0x0,
- PLD_HorizontalOffset = 0x0)
- })
- Name (_CRS, ResourceTemplate () // _CRS: Current Resource Settings
- {
- GpioInt (Edge, ActiveBoth, Exclusive, PullDefault, 0x0000,
- "\\_SB.PCI0.GPIO", 0x00, ResourceConsumer, ,
- )
- { // Pin list
- 0x0064
- }
- })
- Name (_DSD, Package (0x02) // _DSD: Device-Specific Data
- {
- ToUUID ("daffd814-6eba-4d8c-8a91-bc9bbf4aa301") /* Device Properties for _DSD */,
- Package (0x01)
- {
- Package (0x02)
- {
- "privacy-gpio",
- Package (0x04)
- {
- \_SB.PCI0.XHCI.RHUB.HS07,
- Zero,
- Zero,
- One
- }
- }
- }
- })
- }
Advertisement
Add Comment
Please, Sign In to add comment