adjustor 2.1.6__tar.gz → 2.1.7__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {adjustor-2.1.6/src/adjustor.egg-info → adjustor-2.1.7}/PKG-INFO +1 -1
- {adjustor-2.1.6 → adjustor-2.1.7}/pyproject.toml +1 -1
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/drivers/asus/settings.yml +11 -11
- {adjustor-2.1.6 → adjustor-2.1.7/src/adjustor.egg-info}/PKG-INFO +1 -1
- {adjustor-2.1.6 → adjustor-2.1.7}/LICENSE +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/MANIFEST.in +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/readme.md +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/setup.cfg +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/__init__.py +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/__main__.py +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/core/__init__.py +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/core/acpi.py +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/core/alib.py +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/core/const.py +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/core/lenovo.py +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/core/platform.py +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/drivers/__init__.py +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/drivers/asus/__init__.py +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/drivers/lenovo/__init__.py +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/drivers/lenovo/settings.yml +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/drivers/smu/__init__.py +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/drivers/smu/qam.yml +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/drivers/smu/smu.yml +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/events.py +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/hhd.py +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/i18n.py +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/settings.yml +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/utils.py +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor.egg-info/SOURCES.txt +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor.egg-info/dependency_links.txt +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor.egg-info/entry_points.txt +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor.egg-info/requires.txt +0 -0
- {adjustor-2.1.6 → adjustor-2.1.7}/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.7
|
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
|
@@ -113,14 +113,14 @@ children:
|
|
113
113
|
p95: 95%
|
114
114
|
default: disabled
|
115
115
|
|
116
|
-
disclaimer:
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
116
|
+
# disclaimer:
|
117
|
+
# title: Sleep Bug
|
118
|
+
# type: display
|
119
|
+
# tags: [ non-essential ]
|
120
|
+
# default: >-
|
121
|
+
# There is an Asus kernel/BIOS bug that will sometimes limit TDP to 10W
|
122
|
+
# after sleep.
|
123
|
+
# As the kernel driver is used, this is unfixable from within
|
124
|
+
# Handheld Daemon (currently investigated).
|
125
|
+
# As an alternative, use SimpleDeckyTDP with RyzenAdj after
|
126
|
+
# disabling TDP controls from "Settings".
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: adjustor
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.7
|
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
|
File without changes
|
File without changes
|
File without changes
|