summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrecipes-bsp/multitech/mtac-xdot/xdot-util2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/multitech/mtac-xdot/xdot-util b/recipes-bsp/multitech/mtac-xdot/xdot-util
index 9163680..f805305 100755
--- a/recipes-bsp/multitech/mtac-xdot/xdot-util
+++ b/recipes-bsp/multitech/mtac-xdot/xdot-util
@@ -59,9 +59,11 @@ case "$1" in
echo Mounted at $TEMP_DIR
;;
"reset")
+ detect_hw
reset
;;
"usb-reset")
+ detect_hw
usb_reset
;;
*) ## If no parameters are given, print which are avaiable.