Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/327'
Browse files Browse the repository at this point in the history
* origin/pr/327:
  q-dev: Add "Multimedia audio controller" as audio device too
  • Loading branch information
marmarek committed Jan 2, 2025
2 parents 7a94347 + 846a019 commit 4cba783
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 4cba783

Please sign in to comment.