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 uppercase "UNISOC T" prefix in `match_t` function to handle
devices like Samsung Galaxy Tab A8 (SM-X205N) that report "UNISOC T618"
instead of the expected mixed-case "Unisoc T618".
The function now explicitly matches both variants:
- "Unisoc T" (mixed case, existing)
- "UNISOC T" (uppercase, new)
This ensures proper chipset vendor detection on affected Samsung devices
where the uppercase variant caused match failures.
Includes test case for "UNISOC T618" detection.
0 commit comments