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.
Files changed (33) hide show
  1. {adjustor-2.1.6/src/adjustor.egg-info → adjustor-2.1.7}/PKG-INFO +1 -1
  2. {adjustor-2.1.6 → adjustor-2.1.7}/pyproject.toml +1 -1
  3. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/drivers/asus/settings.yml +11 -11
  4. {adjustor-2.1.6 → adjustor-2.1.7/src/adjustor.egg-info}/PKG-INFO +1 -1
  5. {adjustor-2.1.6 → adjustor-2.1.7}/LICENSE +0 -0
  6. {adjustor-2.1.6 → adjustor-2.1.7}/MANIFEST.in +0 -0
  7. {adjustor-2.1.6 → adjustor-2.1.7}/readme.md +0 -0
  8. {adjustor-2.1.6 → adjustor-2.1.7}/setup.cfg +0 -0
  9. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/__init__.py +0 -0
  10. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/__main__.py +0 -0
  11. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/core/__init__.py +0 -0
  12. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/core/acpi.py +0 -0
  13. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/core/alib.py +0 -0
  14. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/core/const.py +0 -0
  15. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/core/lenovo.py +0 -0
  16. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/core/platform.py +0 -0
  17. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/drivers/__init__.py +0 -0
  18. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/drivers/asus/__init__.py +0 -0
  19. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/drivers/lenovo/__init__.py +0 -0
  20. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/drivers/lenovo/settings.yml +0 -0
  21. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/drivers/smu/__init__.py +0 -0
  22. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/drivers/smu/qam.yml +0 -0
  23. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/drivers/smu/smu.yml +0 -0
  24. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/events.py +0 -0
  25. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/hhd.py +0 -0
  26. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/i18n.py +0 -0
  27. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/settings.yml +0 -0
  28. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor/utils.py +0 -0
  29. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor.egg-info/SOURCES.txt +0 -0
  30. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor.egg-info/dependency_links.txt +0 -0
  31. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor.egg-info/entry_points.txt +0 -0
  32. {adjustor-2.1.6 → adjustor-2.1.7}/src/adjustor.egg-info/requires.txt +0 -0
  33. {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.6
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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "adjustor"
3
- version = "2.1.6"
3
+ version = "2.1.7"
4
4
  authors = [
5
5
  { name="Kapenekakis Antheas", email="pypi@antheas.dev" },
6
6
  ]
@@ -113,14 +113,14 @@ children:
113
113
  p95: 95%
114
114
  default: disabled
115
115
 
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".
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.6
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