Merge pull request #650 from wangwillian0/master
Enable controller reset for audio by default
This commit is contained in:
commit
cbf7bf7e4a
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue