]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
ucm2: Focusrite Scarlett 18i20 Gen 1 — fix USB ID regex (1235:800c)
authormike <mike@geomtnfoci.com>
Tue, 7 Apr 2026 06:39:29 +0000 (00:39 -0600)
committerJaroslav Kysela <perex@perex.cz>
Fri, 10 Apr 2026 15:16:59 +0000 (17:16 +0200)
- fix case mismatch in device matching regex

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/739
Signed-off-by: geomtn <mike@geomtnfoci.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/USB-Audio/USB-Audio.conf

index ff490347644732395e0b17e213ff5845fcf88b04..f223bbcd64f19f0d6a985aa3680b50d5a38930bc 100644 (file)
@@ -229,11 +229,11 @@ Macro.goxlr.RegexMatch                    "Id='1220:8fe[04]' Profile='GoXLR/GoXLR'"
 # 8219 2i2 4th Gen
 Macro.focusrite-scarlett-2i.RegexMatch "Id='1235:8(0(0[6a]|1c)|2(0[025]|1[0189]))' Profile='Focusrite/Scarlett-2i'"
 
-# 800C 1st Gen
+# 800c 1st Gen
 # 8201 2nd Gen
 # 8215 3rd Gen
 # 821d 4th Gen
-Macro.focusrite-scarlett-18i20.RegexMatch "Id='1235:8(00C|2(01|1(5|d)))' Profile='Focusrite/Scarlett-18i20'"
+Macro.focusrite-scarlett-18i20.RegexMatch "Id='1235:8(00c|2(01|1(5|d)))' Profile='Focusrite/Scarlett-18i20'"
 
 Macro.focusrite-vocaster-one.RegexMatch        "Id='1235:8216' Profile='Focusrite/Vocaster-One'"
 Macro.focusrite-vocaster-two.RegexMatch        "Id='1235:8217' Profile='Focusrite/Vocaster-Two'"