adjustor 2.1.5__tar.gz → 2.1.6__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {adjustor-2.1.5/src/adjustor.egg-info → adjustor-2.1.6}/PKG-INFO +1 -1
- {adjustor-2.1.5 → adjustor-2.1.6}/pyproject.toml +1 -1
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor/core/const.py +6 -3
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor/drivers/asus/settings.yml +1 -1
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor/drivers/lenovo/settings.yml +1 -1
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor/settings.yml +1 -1
- {adjustor-2.1.5 → adjustor-2.1.6/src/adjustor.egg-info}/PKG-INFO +1 -1
- {adjustor-2.1.5 → adjustor-2.1.6}/LICENSE +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/MANIFEST.in +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/readme.md +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/setup.cfg +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor/__init__.py +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor/__main__.py +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor/core/__init__.py +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor/core/acpi.py +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor/core/alib.py +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor/core/lenovo.py +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor/core/platform.py +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor/drivers/__init__.py +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor/drivers/asus/__init__.py +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor/drivers/lenovo/__init__.py +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor/drivers/smu/__init__.py +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor/drivers/smu/qam.yml +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor/drivers/smu/smu.yml +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor/events.py +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor/hhd.py +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor/i18n.py +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor/utils.py +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor.egg-info/SOURCES.txt +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor.egg-info/dependency_links.txt +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor.egg-info/entry_points.txt +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor.egg-info/requires.txt +0 -0
- {adjustor-2.1.5 → adjustor-2.1.6}/src/adjustor.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: adjustor
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.6
|
4
4
|
Summary: Adjustor, a userspace program for managing the TDP of handheld devices.
|
5
5
|
Author-email: Kapenekakis Antheas <pypi@antheas.dev>
|
6
6
|
Project-URL: Homepage, https://github.com/hhd-dev/adjustor
|
@@ -21,6 +21,8 @@ ALIB_PARAMS = {
|
|
21
21
|
}
|
22
22
|
|
23
23
|
ALIB_PARAMS_7040: dict[str, AlibParams] = ALIB_PARAMS
|
24
|
+
ALIB_PARAMS_6040: dict[str, AlibParams] = ALIB_PARAMS
|
25
|
+
ALIB_PARAMS_8040: dict[str, AlibParams] = ALIB_PARAMS
|
24
26
|
|
25
27
|
DEV_PARAMS_7040: dict[str, DeviceParams] = {
|
26
28
|
"stapm_limit": D(0, 4, 15, 30, 40),
|
@@ -34,9 +36,8 @@ DEV_PARAMS_7040: dict[str, DeviceParams] = {
|
|
34
36
|
"temp_target": D(60, 70, 85, 90, 100),
|
35
37
|
}
|
36
38
|
|
37
|
-
ALIB_PARAMS_6040: dict[str, AlibParams] = ALIB_PARAMS
|
38
39
|
DEV_PARAMS_6040: dict[str, DeviceParams] = DEV_PARAMS_7040
|
39
|
-
|
40
|
+
DEV_PARAMS_8040: dict[str, DeviceParams] = DEV_PARAMS_7040
|
40
41
|
DEV_PARAMS_LEGO = DEV_PARAMS_7040
|
41
42
|
|
42
43
|
DEV_DATA: dict[str, tuple[dict[str, DeviceParams], dict[str, AlibParams], bool]] = {
|
@@ -46,9 +47,11 @@ DEV_DATA: dict[str, tuple[dict[str, DeviceParams], dict[str, AlibParams], bool]]
|
|
46
47
|
|
47
48
|
CPU_DATA: dict[str, tuple[dict[str, DeviceParams], dict[str, AlibParams]]] = {
|
48
49
|
"AMD Ryzen Z1 Extreme": (DEV_PARAMS_7040, ALIB_PARAMS_7040),
|
49
|
-
"AMD Ryzen
|
50
|
+
"AMD Ryzen Z1": (DEV_PARAMS_7040, ALIB_PARAMS_7040),
|
50
51
|
# GPD Win 4
|
51
52
|
# model name : AMD Ryzen 7 6800U with Radeon Graphics
|
52
53
|
# 28W works fine, 30W is pushing it
|
53
54
|
"AMD Ryzen 7 6800U": (DEV_PARAMS_6040, ALIB_PARAMS_6040),
|
55
|
+
"AMD Ryzen 7 7840U": (DEV_PARAMS_7040, ALIB_PARAMS_7040),
|
56
|
+
"AMD Ryzen 7 8840U": (DEV_PARAMS_8040, ALIB_PARAMS_8040),
|
54
57
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: adjustor
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.6
|
4
4
|
Summary: Adjustor, a userspace program for managing the TDP of handheld devices.
|
5
5
|
Author-email: Kapenekakis Antheas <pypi@antheas.dev>
|
6
6
|
Project-URL: Homepage, https://github.com/hhd-dev/adjustor
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|