We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6c0b4 commit d53a0a1Copy full SHA for d53a0a1
src/hhd/device/generic/base.py
@@ -71,11 +71,11 @@ def plugin_run(
71
try:
72
with open("/sys/devices/platform/oxp-platform/tt_toggle", "w") as f:
73
f.write("1")
74
+ logger.info(f"Turbo button takeover enabled")
75
except Exception:
76
logger.warn(
77
f"Turbo takeover failed. Ensure you have the latest oxp-sensors driver installed."
78
)
- logger.info(f"Turbo button takeover enabled")
79
80
81
logger.info("Launching emulated controller.")
0 commit comments