1
0
Fork 0

Merge pull request #650 from wangwillian0/master

Enable controller reset for audio by default
This commit is contained in:
Jaroslav Škarvada 2024-07-24 01:32:19 +02:00 committed by GitHub
commit cbf7bf7e4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,7 +64,7 @@ class AudioPlugin(hotplug.Plugin):
def _get_config_options(cls):
return {
"timeout": 0,
"reset_controller": False,
"reset_controller": True,
}
def _timeout_path(self, device):