File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
devicemodel/samples/apl-mrb Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ echo "8086 5aaa" > /sys/bus/pci/drivers/pci-stub/new_id
87
87
echo " 0000:00:15.1" > /sys/bus/pci/devices/0000:00:15.1/driver/unbind
88
88
echo " 0000:00:15.1" > /sys/bus/pci/drivers/pci-stub/bind
89
89
90
+ echo 100 > /sys/bus/usb/drivers/usb-storage/module/parameters/delay_use
91
+
90
92
boot_ipu_option=" "
91
93
if [ $ipu_passthrough == 1 ]; then
92
94
# for ipu passthrough - ipu device 0:3.0
276
278
# WA for USB role switch hang issue, disable runtime PM of xHCI device
277
279
echo on > /sys/devices/pci0000:00/0000:00:15.0/power/control
278
280
281
+ echo 100 > /sys/bus/usb/drivers/usb-storage/module/parameters/delay_use
282
+
279
283
boot_ipu_option=" "
280
284
if [ $ipu_passthrough == 1 ]; then
281
285
# for ipu passthrough - ipu device 0:3.0
You can’t perform that action at this time.
0 commit comments