Commit graph

14 commits

Author SHA1 Message Date
Denis Gryzlov
773962fcc2 added lunar lake definition 2025-01-18 01:02:33 +03:00
Juan I Carrano
aca334a88b Query UPower's OnBattery property directly.
On some systems, the name of the battery or the adapter may be different. The code assumes
the adapter is called "line_power_AC" and the battery "BAT0" but in my system both are different.

UPower has the OnBattery property which we can query and this is more robust. Additionally, we
can do it directly throuth the dbus API without invoking a sub-process.
2024-10-17 23:20:30 +02:00
Francesco Palmarini
174d6f8cdc
Add more supported architectures 2024-09-08 16:28:24 +02:00
Francesco Palmarini
06a1db99ae
Add RaptorLake U SKU 2024-07-24 08:11:53 +02:00
lakotamm
4cbf36b2c1
Renamed Tiger Lake-H 2022-08-06 13:16:14 +02:00
lakotamm
cf765c5c99
Added support for i7-1195G7 2022-08-06 13:05:37 +02:00
lakotamm
ccc25f0371
Set default MCHBAR for more CPU families
Added MCHBAR_BASE 0xFEDC0001 as default for Alder Lake -HX, S and Tiger Lake
2022-08-06 12:01:02 +02:00
lakotamm
b14295910b
Adding Alder Lake -U + 6 core -S as supported
As specified in the Intel 12th gen spec sheet, page 7:
https://cdrdv2.intel.com/v1/dl/getContent/682436
2022-08-06 11:34:52 +02:00
erpalma
cc5948b6f4 add support for Alder Lake + dyanamic MCHBAR base address 2022-08-05 17:01:09 +02:00
erpalma
fb788f9005 Upower now also reports "pending-charge", fixes #303 2022-06-03 08:16:53 +02:00
Tejas Kale
c7e0e3a9c3 Print total power in monitor mode. 2022-01-18 14:38:36 +01:00
Nick Douma
21e842cefc Add CPUID for Tiger Lake CPU in Dell Latitude 5421
Identified in /proc/cpuinfo as:

11th Gen Intel(R) Core(TM) i7-11850H
2021-11-05 13:28:47 +01:00
erpalma
05d9b2e9d2 fix a damn typo! 2021-11-04 13:04:40 +01:00
erpalma
392f3f8ab9 add experimental code to test rw msr capabilities
move every instance of lenovo_fix to throttled
2021-10-30 12:05:48 +02:00
Renamed from lenovo_fix.py (Browse further)