Skip to content

Commit

Permalink
change devclass to be consistent with qubes-core-admin
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbartman committed Feb 21, 2024
1 parent 9e239b3 commit dcbceaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubesguidaemon/mic.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self):
super(MicDeviceExtension, self).__init__()

def get_device(self, app):
return MicDevice(app.domains[0], 'mic', 'Microphone')
return MicDevice(app.domains[0], ident='mic', devclass='mic')

@qubes.ext.handler('device-list:mic')
def on_device_list_mic(self, vm, event):
Expand Down

0 comments on commit dcbceaf

Please sign in to comment.