summaryrefslogtreecommitdiffstats
path: root/host/windows/usb/api/adb_api.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Split AdbWinApi.dll into two dlls to remove dependency on WINUSB.DLLvchtchetkine2009-08-071-3/+22
| | | | | | | | | 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
* Revert "Split AdbWinApi.dll into two dlls to remove dependency on WINUSB.DLL"Raphael2009-08-061-21/+3
| | | | | | which breaks the Windows SDK on Donut. This reverts commit f855c4e8469e31114fccca4c28aeb01a806a9a48.
* Split AdbWinApi.dll into two dlls to remove dependency on WINUSB.DLLvchtchetkine2009-08-051-3/+21
| | | | | Move all WINUSB-dependent functionality into AdbWinUsbApi.dll in order to enable ADB on condition that WINUSB has not been installed.
* Refactor API classes to support both, WinUsb and Legacy APIvchtchetkine2009-07-251-1/+7
| | | | | | | | 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.
* Refactor ADB API dll to support WinUsbvchtchetkine2009-07-221-508/+508
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+508
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-508/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+508