History log of /development/host/windows/usb/api/adb_interface.cpp
Revision Date Author Comments
8267511c96e3226e45a0be773ee442b66261824d 24-Jul-2009 vchtchetkine <vchtchetkine@google.com> Refactor API classes to support both, WinUsb and Legacy API

To support both, WinUsb and Legacy driver APIs we need to abstract classes
that depend on driver API details and then implement two sets of the
actual classes: one for WinUsb, and another for the Legacy drivers, so
we can choose in runtime which objects should be instantiated, depending
on what type of driver we have underneath this API.
dceaaa52cec11631c72cfea5fb74ee607602ecde 22-Jul-2009 vchtchetkine <vchtchetkine@google.com> Refactor ADB API dll to support WinUsb
52d4c30ca52320ec92d1d1ddc8db3f07f69c4f98 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
d4aee0c0caa00aa02d4c50ed28151591ac0456b5 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
e3c5766074e2d6d1dcd60c4dafabce8a0c20d2b8 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
5c11852110eeb03dc5a69111354b383f98d15336 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution