K 10 svn:author V 6 jbeich K 8 svn:date V 27 2015-06-19T17:14:17.487609Z K 7 svn:log V 595 devel/android-tools-adb: fix "get-devpath" output Catch up with the following upstream change: https://android.googlesource.com/platform/system/core/+/e109d26%5E!/ Before $ adb get-devpath unknown $ adb devices -l List of devices attached ABCD1234 device product:A1 model:Blah device:foo After $ adb get-devpath ugen1.2 $ adb devices -l List of devices attached ABCD1234 device ugen1.2 product:A1 model:Blah device:foo Differential Revision: https://reviews.freebsd.org/D2862 Obtained from: r389471 (based on) Approved by: kevlo (maintainer) END