Skip to content

Commit 8796ded

Browse files
yliu80wenlingz
authored andcommitted
DM USB: fix SWWDT_UNHANDLED issue
add a delay for usb in launch_uos.sh Tracked-On: #2922 Signed-off-by: Xiaoguang Wu <xiaoguang.wu@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com>
1 parent 8bd7b9b commit 8796ded

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

devicemodel/samples/apl-mrb/launch_uos.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ echo "8086 5aaa" > /sys/bus/pci/drivers/pci-stub/new_id
8787
echo "0000:00:15.1" > /sys/bus/pci/devices/0000:00:15.1/driver/unbind
8888
echo "0000:00:15.1" > /sys/bus/pci/drivers/pci-stub/bind
8989

90+
echo 100 > /sys/bus/usb/drivers/usb-storage/module/parameters/delay_use
91+
9092
boot_ipu_option=""
9193
if [ $ipu_passthrough == 1 ];then
9294
# for ipu passthrough - ipu device 0:3.0
@@ -276,6 +278,8 @@ fi
276278
# WA for USB role switch hang issue, disable runtime PM of xHCI device
277279
echo on > /sys/devices/pci0000:00/0000:00:15.0/power/control
278280

281+
echo 100 > /sys/bus/usb/drivers/usb-storage/module/parameters/delay_use
282+
279283
boot_ipu_option=""
280284
if [ $ipu_passthrough == 1 ];then
281285
# for ipu passthrough - ipu device 0:3.0

0 commit comments

Comments
 (0)