Add quirk entry for Predator PTN16-51 - #24
Open
Ardumine wants to merge 1 commit into
Open
Conversation
The Predator Triton Neo 16 (PTN16-51, board Leaf_MTH) was missing from the DMI quirks table, so no predator_sense sysfs group was created and drivers could not detect the laptop type. Match it to the PHN16-71 quirk (predator_v4 + four_zone_kb), which is the same platform generation.
There was a problem hiding this comment.
馃煝 Approval recommended
The change is a small, localized DMI table addition that reuses an existing quirk profile and is unlikely to introduce regressions.
Pull request overview
Adds a DMI-based quirk mapping so the Acer Predator PTN16-51 (Predator Triton Neo 16) is recognized and gets the same Predator v4 + four-zone keyboard behavior as the PHN16-71 platform generation.
Changes:
- Add a new
acer_quirksDMI match forPredator PTN16-51. - Map the matched system to
quirk_acer_predator_phn16_71to enable the expected sysfs groups/capabilities.
File summaries
| File | Description |
|---|---|
src/linuwu_sense.c |
Adds a DMI quirk table entry for Predator PTN16-51 and maps it to an existing Predator v4 quirk profile. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
馃挕 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Summary
Adds DMI quirk support for the Acer Predator PTN16-51 (Predator Triton Neo 16, board Leaf_MTH) to the acer_quirks table.