adjustor 3.6.3__tar.gz → 3.6.4__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. {adjustor-3.6.3/src/adjustor.egg-info → adjustor-3.6.4}/PKG-INFO +1 -1
  2. {adjustor-3.6.3 → adjustor-3.6.4}/pyproject.toml +1 -1
  3. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/core/fan/utils.py +1 -1
  4. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/drivers/smu/__init__.py +4 -4
  5. {adjustor-3.6.3 → adjustor-3.6.4/src/adjustor.egg-info}/PKG-INFO +1 -1
  6. {adjustor-3.6.3 → adjustor-3.6.4}/LICENSE +0 -0
  7. {adjustor-3.6.3 → adjustor-3.6.4}/MANIFEST.in +0 -0
  8. {adjustor-3.6.3 → adjustor-3.6.4}/readme.md +0 -0
  9. {adjustor-3.6.3 → adjustor-3.6.4}/setup.cfg +0 -0
  10. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/__init__.py +0 -0
  11. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/__main__.py +0 -0
  12. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/core/__init__.py +0 -0
  13. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/core/acpi.py +0 -0
  14. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/core/alib.py +0 -0
  15. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/core/const.py +0 -0
  16. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/core/fan/__init__.py +0 -0
  17. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/core/fan/__main__.py +0 -0
  18. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/core/fan/alg.py +0 -0
  19. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/core/fan/core.py +0 -0
  20. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/core/lenovo.py +0 -0
  21. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/core/platform.py +0 -0
  22. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/drivers/__init__.py +0 -0
  23. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/drivers/amd/__init__.py +0 -0
  24. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/drivers/amd/power-profiles-daemon.dbus.xml.in +0 -0
  25. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/drivers/amd/ppd.py +0 -0
  26. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/drivers/amd/settings.yml +0 -0
  27. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/drivers/asus/__init__.py +0 -0
  28. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/drivers/asus/settings.yml +0 -0
  29. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/drivers/general/__init__.py +0 -0
  30. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/drivers/general/settings.yml +0 -0
  31. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/drivers/lenovo/__init__.py +0 -0
  32. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/drivers/lenovo/settings.yml +0 -0
  33. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/drivers/smu/qam.yml +0 -0
  34. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/drivers/smu/smu.yml +0 -0
  35. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/events.py +0 -0
  36. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/fuse/__init__.py +0 -0
  37. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/fuse/driver.py +0 -0
  38. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/fuse/gpu.py +0 -0
  39. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/fuse/utils.py +0 -0
  40. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/hhd.py +0 -0
  41. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/i18n.py +0 -0
  42. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor/settings.yml +0 -0
  43. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor.egg-info/SOURCES.txt +0 -0
  44. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor.egg-info/dependency_links.txt +0 -0
  45. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor.egg-info/entry_points.txt +0 -0
  46. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor.egg-info/requires.txt +0 -0
  47. {adjustor-3.6.3 → adjustor-3.6.4}/src/adjustor.egg-info/top_level.txt +0 -0
  48. {adjustor-3.6.3 → adjustor-3.6.4}/usr/share/dbus-1/system.d/hhd-net.hadess.PowerProfiles.conf +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: adjustor
3
- Version: 3.6.3
3
+ Version: 3.6.4
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 = "3.6.3"
3
+ version = "3.6.4"
4
4
  authors = [
5
5
  { name="Kapenekakis Antheas", email="pypi@antheas.dev" },
6
6
  ]
@@ -1,7 +1,7 @@
1
1
  import os
2
2
 
3
3
  FAN_HWMONS_LEGACY = ["oxpec"]
4
- FAN_HWMONS = ["oxp_ec"]
4
+ FAN_HWMONS = ["oxp_ec", "gpdfan"]
5
5
  HWMON_DIR = "/sys/class/hwmon"
6
6
 
7
7
 
@@ -18,12 +18,12 @@ APPLY_DELAY = 1
18
18
  SLEEP_DELAY = 4
19
19
 
20
20
  DEFAULT_EDGE = {
21
- 40: 25,
22
- 45: 25,
21
+ 40: 30,
22
+ 45: 30,
23
23
  50: 40,
24
24
  55: 45,
25
- 60: 50,
26
- 65: 55,
25
+ 60: 55,
26
+ 65: 60,
27
27
  70: 70,
28
28
  80: 85,
29
29
  90: 100,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: adjustor
3
- Version: 3.6.3
3
+ Version: 3.6.4
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