We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fa15d commit cc487e1Copy full SHA for cc487e1
src/radxa-otgutils
@@ -96,7 +96,7 @@ start()
96
echo "No USB Device Controller was detected. Did you set your OTG port to host mode?"
97
exit 1
98
fi
99
- echo "$UDC" > "/sys/kernel/config/usb_gadget/radxa-otgutils/UDC"
+ echo "$UDC" > "/sys/kernel/config/usb_gadget/radxa-otgutils/UDC" || true
100
}
101
102
stop()
0 commit comments