From 71abc9b62873c6ba4c8bdc2357882f46f76baf4a Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Thu, 25 Jan 2018 20:25:40 +0000 Subject: add a listing of /dev/bus/usb Change-Id: Ie8e68e2e9f5e9e0f008e95cab3bb48e5f1c52df3 --- scripts/make-adb-connection.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/make-adb-connection.sh b/scripts/make-adb-connection.sh index 3cace21..d8bc9db 100755 --- a/scripts/make-adb-connection.sh +++ b/scripts/make-adb-connection.sh @@ -17,6 +17,8 @@ fi which adb +ls -lR /dev/bus/usb + # start adb and stop the daemon start message from appearing in $result adb get-serialno || true # start daemon if not yet running. result=`adb get-serialno 2>&1 | tail -n1` -- cgit v1.2.3