commit | 3e824919cfd8cd742398bfed22a24f85af02ace5 | [log] [tgz] |
---|---|---|
author | Dima Zavin <dima@android.com> | Fri May 08 18:25:58 2009 -0700 |
committer | Dima Zavin <dima@android.com> | Sat May 09 12:49:54 2009 -0700 |
tree | c2c156dee1ba045c74a52b607810b7d80acaa8c9 | |
parent | bb24b58a2d84270da2dced06678c690e677d4d6a [diff] |
adb: osx: Match devices based on interface subclass and protocol Enumerating all vendor+product id combinations is not practical. This modifies the matching algorithm to use the adb interface subclass/protocol instead (0x42/0x1). Signed-off-by: Dima Zavin <dima@android.com>