blob: ce0458df70fad263de1e921d6fbb8bac1f4be21e (
plain)
1
2
3
4
5
6
7
8
9
10
|
DefinitionBlock ("ACPITABL.DAT", "SSDT", 0x02, "MSFT", "simulatr", 0x1) {
Device (\_SB.SOC0) {
Name (_HID, "PLCL0001")
Name (_UID, 1)
}
Device (\_SB.GPU1) {
Name (_HID, "PLCL0001")
Name (_UID, 2)
}
}
|