diff options
| author | Dave Wilson <[email protected]> | 2015-03-17 19:50:07 -0700 |
|---|---|---|
| committer | Dave Wilson <[email protected]> | 2015-03-17 19:50:07 -0700 |
| commit | 97cf5197cf5b882b2c689d8dc2b555f2edf8f418 (patch) | |
| tree | 46f3701832d70b420eb0fc0eb93261f9da45db3f /thermal/simsensor/thermalsample.asl | |
| parent | ef1905bf1e8825bb31120dfb27e0daf3154d859a (diff) | |
Initial publish
Diffstat (limited to 'thermal/simsensor/thermalsample.asl')
| -rw-r--r-- | thermal/simsensor/thermalsample.asl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/thermal/simsensor/thermalsample.asl b/thermal/simsensor/thermalsample.asl new file mode 100644 index 00000000..459f105f --- /dev/null +++ b/thermal/simsensor/thermalsample.asl @@ -0,0 +1,20 @@ +DefinitionBlock ("ACPITABL.DAT", "SSDT", 0x02, "MSFT", "simulatr", 0x1) { + Scope (\_SB) { + Device (SMTC) { + Name (_HID, "STCL0001") + Name (_UID, 1) + } + + ThermalZone(SMSN) { + Name (_HID, "MSNS0042") + Name (_UID, 1) + Name (_PSV, 3110) + Name (_CRT, 3280) + Name (_TSP, 300) + Name (_TC1, 4) + Name (_TC2, 2) + Name (_TZD, Package () { \_SB.SMTC } ) + } + } +} + |
