From 360824facdae081305d6fbb7601f22f5ecc00203 Mon Sep 17 00:00:00 2001 From: Jason Reiss Date: Wed, 11 Dec 2019 10:32:12 -0600 Subject: xdot-util: add hw detect to reset functions compatible with dev and non-dev cards --- recipes-bsp/multitech/mtac-xdot/xdot-util | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-bsp/multitech') 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. -- cgit v1.2.3