From 772d337e0e8e5871996e6a925f0601bdaf9558e0 Mon Sep 17 00:00:00 2001 From: Jens Glathe Date: Tue, 8 Apr 2025 20:03:46 +0200 Subject: [PATCH] ucm2: Qualcomm: add Lenovo ThinkBook 16 support add a Regex string, seems compatible with Thinkpad T14s Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/543 Signed-off-by: Jens Glathe Signed-off-by: Jaroslav Kysela --- ucm2/Qualcomm/x1e80100/x1e80100.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucm2/Qualcomm/x1e80100/x1e80100.conf b/ucm2/Qualcomm/x1e80100/x1e80100.conf index 33ded53..75b5555 100644 --- a/ucm2/Qualcomm/x1e80100/x1e80100.conf +++ b/ucm2/Qualcomm/x1e80100/x1e80100.conf @@ -6,7 +6,7 @@ If.LENOVOT14s { Condition { Type RegexMatch String "${var:DMI_info}" - Regex "(LENOVO.*ThinkPad T14s Gen 6.*)|(HP.*Omnibook X.*)" + Regex "LENOVO.*Think((Pad T14s Gen 6.*)|(Book 16 G7 QOY))|(HP.*Omnibook X.*)" } True.Include.t14s.File "/Qualcomm/x1e80100/LENOVO-T14s.conf" } -- 2.47.1