History log of /development/host/windows/usb/api/adb_interface.h
Revision Date Author Comments
acc6f826433e639b1ba00c021ab5f9161eb56e59 06-Aug-2009 vchtchetkine <vchtchetkine@google.com> Split AdbWinApi.dll into two dlls to remove dependency on WINUSB.DLL

Move all WINUSB-dependent functionality into AdbWinUsbApi.dll in order to
enable ADB on condition that WINUSB has not been installed.
In this patch set new file (adb_winusb_api.h) has been added where I moved
typedef that broke the build. Aso, adb_api.cpp and AdbWinApi.cpp were changed
to include that new header file.
BUG 2033924
3e44f3b231c027f01290367049f2244514f22d16 07-Aug-2009 Raphael <raphael@google.com> Revert "Split AdbWinApi.dll into two dlls to remove dependency on WINUSB.DLL"
which breaks the Windows SDK on Donut.

This reverts commit f855c4e8469e31114fccca4c28aeb01a806a9a48.
f855c4e8469e31114fccca4c28aeb01a806a9a48 06-Aug-2009 vchtchetkine <vchtchetkine@google.com> Split AdbWinApi.dll into two dlls to remove dependency on WINUSB.DLL

Move all WINUSB-dependent functionality into AdbWinUsbApi.dll in order to
enable ADB on condition that WINUSB has not been installed.
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
5c11852110eeb03dc5a69111354b383f98d15336 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution