commit | 3fd82b8861aa410fab7785074941b459d92220c1 | [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 | b9b6f6507bf429cb74a506ca2d4b94ba1af4835f | |
parent | b3779558dcfbe99f0b9c1ef796e3728edad25672 [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>