pch_thermal: add Cannon Lake LP id

Change-Id: I00ab55ae2549e3d91ff4dc23106db3ebe45478d2
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3296
Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
This commit is contained in:
Jérôme Duval 2020-10-08 16:30:21 +02:00 committed by Alex von Gluck IV
parent 7280961a74
commit a3f0a36a79

View File

@ -207,7 +207,7 @@ pch_thermal_support(device_node *parent)
return 0.0;
const uint16 devices[] = { 0x9c24, 0x8c24, 0x9ca4, 0x9d31, 0xa131, 0x9df9,
0xa379, 0x06f9, 0 };
0xa379, 0x06f9, 0x02f9, 0 };
for (const uint16* device = devices; *device != 0; device++) {
if (*device == deviceID)
return 0.6;