Add DMI support for Acer Predator PH315-52. - #119
Open
RonaldSierraDev wants to merge 1 commit into
Open
Conversation
… 300, 2019) to the existing PH315-53 quirk enabling turbo and fan capabilities. Tested on kernel 6.14.0-37: turbo hotkey toggles fans and LED correctly in both directions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hardware: Acer Predator Helios 300 (2019), model PH315-52, Intel + GTX 1660 Ti
DMI strings: sys_vendor Acer, product_name Predator PH315-52
Maps the PH315-52 to the existing quirk_acer_predator_ph315_53 (turbo + cpu/gpu fans). Intentionally not predator_v4 — this 2019 firmware predates the v4 commands.
Tested on kernel 6.14.0-37 (Linux Mint 22):
-Survives reboot
Related #94 previously proposed PH315-52 support but was closed by its author. This PR is a minimal version (single DMI entry, no new quirk struct) and has been hardware-validated.