summaryrefslogtreecommitdiff
path: root/thermal
diff options
context:
space:
mode:
Diffstat (limited to 'thermal')
-rw-r--r--thermal/simsensor/README.md14
-rw-r--r--thermal/thermalclient/README.md16
2 files changed, 6 insertions, 24 deletions
diff --git a/thermal/simsensor/README.md b/thermal/simsensor/README.md
index 0e8153ff..ee308112 100644
--- a/thermal/simsensor/README.md
+++ b/thermal/simsensor/README.md
@@ -8,16 +8,6 @@ products:
- windows-wdk
---
-
-<!---
- name: SimSensor - Simulated Temperature Sensor Sample Driver
- platform: KMDF
- language: cpp
- category: Thermal Power
- description: Demonstrates a simulated temperature sensor device.
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617991
---->
-
# SimSensor - Simulated Temperature Sensor Sample Driver
This sample is a driver for a simulated temperature sensor device.
@@ -26,6 +16,6 @@ This sample is a driver for a simulated temperature sensor device.
This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP.
-A hardware platform designer can strategically place temperature sensors in various thermal zones around the platform. The operating system gets the temperature readings from the temperature sensor drivers and uses these readings to regulate the temperatures across the platform. Regulation can be either passive or active. For more information, see [Device-Level Thermal Management](http://msdn.microsoft.com/en-us/library/windows/hardware/hh698236).
+A hardware platform designer can strategically place temperature sensors in various thermal zones around the platform. The operating system gets the temperature readings from the temperature sensor drivers and uses these readings to regulate the temperatures across the platform. Regulation can be either passive or active. For more information, see [Device-Level Thermal Management](https://docs.microsoft.com/windows-hardware/drivers/kernel/device-level-thermal-management).
-The SimSensor sample provides the source code for a specialized sensor driver that supports platform-wide thermal management by the operating system. This driver does not make the temperature sensor accessible to applications through the [Sensor API](http://msdn.microsoft.com/en-us/library/windows/hardware/dd318953). \ No newline at end of file
+The SimSensor sample provides the source code for a specialized sensor driver that supports platform-wide thermal management by the operating system. This driver does not make the temperature sensor accessible to applications through the [Sensor API](https://docs.microsoft.com/windows/win32/sensorsapi/portal).
diff --git a/thermal/thermalclient/README.md b/thermal/thermalclient/README.md
index 2074cd65..35405f86 100644
--- a/thermal/thermalclient/README.md
+++ b/thermal/thermalclient/README.md
@@ -8,22 +8,14 @@ products:
- windows-wdk
---
-
-<!---
- name: SimThermalClient - Simulated Thermal Client Sample Driver
- platform: KMDF
- language: cpp
- category: Thermal Power
- description: Simulates a device that is a Windows thermal management client.
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617992
---->
-
# SimThermalClient - Simulated Thermal Client Sample Driver
-This sample is a driver for a simulated device that is a client of Windows thermal management. This driver publishes a [GUID\_THERMAL\_COOLING\_INTERFACE](http://msdn.microsoft.com/en-us/library/windows/hardware/hh698265) driver interface. Drivers publish this interface so that they can participate in global thermal management under the coordination of the Windows operating system.
+This sample is a driver for a simulated device that is a client of Windows thermal management. This driver publishes a [GUID\_THERMAL\_COOLING\_INTERFACE](https://docs.microsoft.com/windows-hardware/drivers/kernel/global-thermal-mgmt) driver interface. Drivers publish this interface so that they can participate in global thermal management under the coordination of the Windows operating system.
## Universal Windows Driver Compliant
This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP.
-For more information, see [Device-Level Thermal Management](http://msdn.microsoft.com/en-us/library/windows/hardware/hh698236). \ No newline at end of file
+## See also
+
+[Device-Level Thermal Management](https://docs.microsoft.com/windows-hardware/drivers/kernel/device-level-thermal-management)