summaryrefslogtreecommitdiff
path: root/libusb/os/windows_usbdk.h
Commit message (Collapse)AuthorAgeFilesLines
* Windows: Fix MinGW build warnings/errorsChris Dickens2018-01-081-6/+0
| | | | Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
* Windows: Enable dynamic selection between WinUSB and UsbDk backendsChris Dickens2018-01-081-42/+5
| | | | | | | | | | | | | This commit unifies the two Windows backends into a single project and enables the user to switch to the UsbDk backend, if available, using the libusb_set_option() function. All contexts will use the WinUSB backend by default for backwards compatibility. With this change, the UsbDk-specific projects are no longer required. Closes #309 Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
* Windows: UsbDk: Fix spelling of InterruptTransferType enumChris Dickens2018-01-061-1/+1
| | | | Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
* Windows: Source file cleanupChris Dickens2016-01-261-77/+97
| | | | | | | | | | | | This commit addresses a few different issues: 1) Whitespace made consistent with the rest of the library source 2) Formatting of function and variable declarations made consistent with the rest of the library source 3) Functions and variables made static where possible 4) Definitions in header files moved if not used publicly Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
* usbdk: Introduce usbdk backendDmitry Fleytman2016-01-261-0/+126
Signed-off-by: Pavel Gurvich <pavel@daynix.com> Signed-off-by: Dmitry Fleytman <dfleytma@redhat.com> Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>