You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for "s5e" prefix pattern matching in `ro.product.board`
property to correctly identify Samsung Exynos 2000 series chipsets.
These chipsets use generic identifiers (e.g., `s5e9925`) instead of
marketing names like "Exynos 2200", but can still be identified and
mapped to their corresponding models using external resources.
Implements `match_s5e()` function to parse the s5e<4-digit-model> format.
0 commit comments