Skip to content

Commit

Permalink
q-dev: Add "Multimedia audio controller" as audio device too
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Dec 31, 2024
1 parent 66840d8 commit 846a019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubesadmin/device_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ class DeviceCategory(Enum):
"p03****",
"p04****",
)
Audio = ("p0403**", "u01****")
Audio = ("p0403**", "p0401**", "u01****")
Display = ("p0300**", "p0380**")
Video = ("p0400**", "u0e****")
Wireless = ("ue0****", "p0d****")
Expand Down

0 comments on commit 846a019

Please sign in to comment.