Skip to content
Snippets Groups Projects
Commit b8465cda authored by Frédéric Dalleau's avatar Frédéric Dalleau Committed by Denis Pynkin
Browse files

Disable btusb autosuspend


The autosuspend is used to poweroff a USB device that is unused.
In the btusb module, the device happen to be suspended in the
middle of a bluetooth scan, causing tests failures.
Let's disable the autosuspend behavior of btusb in SDK images.

Signed-off-by: default avatarFrédéric Dalleau <frederic.dalleau@collabora.com>
parent e0ce325a
No related branches found
No related tags found
1 merge request!148Disable btusb autosuspend
Pipeline #2065 passed
......@@ -499,6 +499,9 @@ actions:
- action: overlay
source: overlays/initramfs-modules-amd64
- action: overlay
source: overlays/sdk-btusb-disable-autosuspend
- action: overlay
source: overlays/sdk-vboxvideo-workaround
......
......@@ -674,6 +674,9 @@ actions:
description: Link Music/Pictures/Videos to the multimedia demopack location
source: overlays/link-home-shared
- action: overlay
source: overlays/sdk-btusb-disable-autosuspend
- action: overlay
source: overlays/sdk-vboxvideo-workaround
......
options btusb enable_autosuspend=N
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment