Skip to content

Commit

Permalink
USB-Audio: Motu M4 - add new USB ID 07fd:0008
Browse files Browse the repository at this point in the history
Fixes: #212
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
perexg committed Sep 8, 2022
1 parent 1f8b99d commit ad1618c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ucm2/USB-Audio/USB-Audio.conf
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ If.steinberg-ur44 {

If.motu-m24 {
Condition {
Type String
Haystack "${CardComponents}"
Needle "USB07fd:000b"
Type RegexMatch
String "${CardComponents}"
Needle "USB07fd:000[8b]"
}
True.If.M4 {
Condition {
Expand Down

0 comments on commit ad1618c

Please sign in to comment.