History log of /development/host/windows/usb/winusb/adb_winusb_endpoint_object.cpp
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.