Skip to content

Commit

Permalink
S92usb_gadget: fix typos (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
manio authored Nov 5, 2024
1 parent 3991276 commit 4fa8c33
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ start() {
}

stop() {
printf "Disabe usb_gadgets: "
printf "Disable usb_gadgets: "
cd /sys/kernel/config/usb_gadget
echo "" > "$ACCESSORY_GADGET_NAME"/UDC
echo "" > "$DEFAULT_GADGET_NAME"/UDC

# Disabe usb_gadget:
# Disable usb_gadget:
echo "OK"

printf "Stopping $DAEMON: "
Expand Down

0 comments on commit 4fa8c33

Please sign in to comment.