summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* [xusb] fix additional MSVC6 errors and warningsPete Batard2011-11-151-5/+5
* [xusb] PS3 Controller support improvementsAustyn Krutsinger2011-11-061-22/+22
* [xusb] fix Clang warning about unused variablePete Batard2011-11-021-2/+3
* [xusb] fix usleep() not available in ClangPete Batard2011-11-021-1/+1
* [xusb] address warningsPete Batard2011-11-021-11/+10
* [xusb] added recipient for WCID device control requestPete Batard2011-11-021-4/+10
* [xusb] remove unused variablePete Batard2011-10-311-2/+0
* [xusb] fix wrong IF index value for OS Feature Descriptor retrievalPete Batard2011-09-231-2/+2
* [xusb] added readout of MS WinUSB Feature DescriptorsPete Batard2011-09-221-2/+61
* [samples] return NULL in dpfp_threaded poll_thread_main to avoid Cygwin warningPete Batard2011-09-061-1/+1
* [contrib] add non-officially supported CMake supportVitali Lovich2011-09-061-0/+27
* get_device_speed fixes and addonsPete Batard2011-09-061-0/+5
* Linux: Fix warnings seen when compiling with gcc-4.6Hans de Goede2011-09-062-4/+2
* [xusb] use bulk endpoints only for testingAlan Stern2011-07-061-5/+9
* [xusb] switched default log level to infoPete Batard2011-07-041-2/+2
* [xusb] fixed xusb no longer detaching driver on LinuxPete Batard2011-06-281-3/+3
* [internal] switched to Visual Studio 2010Pete Batard2011-03-166-640/+356
* [xusb] fixed mass storage test data not being freedPete Batard2011-03-081-0/+1
* [xusb] added Sony PS3 SixAxis testAustyn Krutsinger2011-03-071-2/+101
* [xusb] removed HID supportPete Batard2011-03-021-179/+0
* [xusb] minor improvementsPete Batard2011-03-021-29/+14
* [INTERNAL] remove CRs in repo, part 2Pete Batard2011-02-242-640/+640
* fixed libusb_get_port_path using zombie parentspbr330Pete Batard2011-02-221-1/+1
* different approach to topology retrievalPete Batard2011-02-211-3/+9
* minor code improvements to xusbPete Batard2011-02-031-7/+6
* added topology information retrieval to xusbpbr327Pete Batard2011-01-201-0/+4
* xusb: better hex dump, with address and printable ASCIIPete Batard2011-01-181-6/+22
* moved WDK/DDK build scripts to /msvcPete Batard2010-11-222-39/+0
* moved MSVC projects files to /msvcPete Batard2010-11-224-909/+0
* also apply the new "libusb.h" include to the dpfp samplesPete Batard2010-11-182-2/+2
* use #include "libusb.h" in the samplesPete Batard2010-11-1811-33/+25
* removed dependency on stdint.h for MS binary snapshot usersPete Batard2010-11-185-12/+12
* [INTERNAL - NOT FOR RELEASE] prefixed internal files with _Pete Batard2010-10-272-0/+0
* added /MT option for DDK buildsPete Batard2010-10-272-0/+10
* removed SetupAPI, AdvAPI32 and OLE32 dependenciesPete Batard2010-10-267-52/+1
* switched MSVC project files from MBCS to UnicodePete Batard2010-10-264-14/+14
* merged latest from officialPete Batard2010-10-182-2/+4
* replaced LIBUSB_API with LIBUSB_CALLPete Batard2010-09-202-6/+6
* added libusb version display to xusbpbr302Pete Batard2010-09-201-0/+3
* VS 2008 project files now use default for most optionsPete Batard2010-08-062-56/+2
* enforce proper line terminators for MSVC and .sh filesPete Batard2010-07-317-1627/+1629
* more residuals from official: samplespbr288Pete Batard2010-07-303-18/+5
* bring autoconf/automake in line with officialDaniel Drake2010-07-291-9/+9
* improved readout of string descriptors in xusbpbr283Pete Batard2010-06-141-8/+12
* added detection of -pthread option - only use when requiredPete Batard2010-05-111-1/+1
* disabled autoclaim in windows_usb.c and removed its use in xusb.cr275Pete Batard2010-05-051-3/+0
* added threads_windows to source browserr271Michael Plante2010-04-262-2/+2
* general whitespace cleanupMichael Plante2010-04-242-4/+4
* added missing calling convention for callbacks in dpfpPete Batard2010-04-182-13/+13
* switched DDK calling convention for examples to __cdeclr260Pete Batard2010-04-184-10/+4