summaryrefslogtreecommitdiffstats
path: root/host/windows/usb/api/AdbWinApi.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Split AdbWinApi.dll into two dlls to remove dependency on WINUSB.DLLvchtchetkine2009-08-071-2/+76
| | | | | | | | | 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-75/+2
| | | | | | 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-2/+75
| | | | | Move all WINUSB-dependent functionality into AdbWinUsbApi.dll in order to enable ADB on condition that WINUSB has not been installed.
* Refactor ADB API dll to support WinUsbvchtchetkine2009-07-221-32/+38
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+32
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-32/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+32