summaryrefslogtreecommitdiff
path: root/examples/xusb.c
Commit message (Expand)AuthorAgeFilesLines
* xusb improvements (parameters checks)r200Pete Batard2010-03-081-47/+81
* reattach driver when detached in xusb (Xiaofan Chen)r183Pete Batard2010-03-011-0/+11
* xusb improvements for HID test: int. vs bulk (Xiaofan Chen)r182Pete Batard2010-03-011-2/+2
* xusb improvements and fixesr181Pete Batard2010-02-281-12/+24
* includes simplification and cleanup (core)Pete Batard2010-02-241-2/+0
* merge abstraction for POSIX Threads and integration changes (Michael Plante, ...r169Pete Batard2010-02-241-4/+0
* updated copyright notice and credits in sourcer167Pete Batard2010-02-201-2/+4
* xusb improvements (feature reports)r162Pete Batard2010-02-181-2/+13
* r141: HID I/O Overhaul:r141Pete Batard2010-02-061-47/+96
* r132: harmonized compatibility layer function names (_libusb prefix always, r...r132Pete Batard2010-02-021-7/+25
* r129: xusb fixes for Mass Storage test (Alan Stern):Pete Batard2010-01-311-6/+19
* r126: fixed sscanf_s test for MSVC6 usersPete Batard2010-01-301-1/+1
* r124: removes #error on previous commit and fixes thing ourselvesPete Batard2010-01-301-2/+2
* r123: reverted the use of usb_interface in core and forced interface to be un...Pete Batard2010-01-291-5/+21
* r122: fixed poll conflict on cygwin (all compat functions renamed to _libusb_...Pete Batard2010-01-281-3/+3
* r121: some more small improvements for xusb.c (vid:pid as cmdline parameter)Pete Batard2010-01-281-16/+39
* r119: xusb improvements for mass storage (Alan Stern)Pete Batard2010-01-271-46/+83
* r118: more readable xusb output and added automated endpoint generation for M...Pete Batard2010-01-261-58/+71
* r116: DDK build completion (Orin Eman):Pete Batard2010-01-261-2/+6
* r115: added libusb_strerror (Francesco Montorsi)Pete Batard2010-01-251-1/+1
* r105: added MS Sidewinder HID test in xusb.c + minor changes/improvementsPete Batard2010-01-231-8/+82
* r94: removed the need for DDK includes + minor fixesPete Batard2010-01-211-1/+1
* r93: HID part 2 (WIP)Pete Batard2010-01-201-3/+9
* r89: extended API supportPete Batard2010-01-181-1/+9
* r80: workaround for interface macro redefinition on Windows (removes the need...Pete Batard2010-01-151-13/+11
* r75: fixed missing <stdarg.h> include in xusb.c for UNIX platformsPete Batard2010-01-141-0/+1
* Fix CR/LF inconsistenciesPete Batard2010-01-141-23/+23
* svn r62: More MSVC6 compatibilityPete Batard2010-01-141-1/+12
* svn r54: - fixes missing config_msvc.hPete Batard2010-01-141-4/+8
* svn r44:Pete Batard2010-01-141-42/+173
* svn r42:Pete Batard2010-01-141-5/+38
* svn r40:Pete Batard2010-01-141-0/+3
* svn r38:Pete Batard2010-01-141-21/+77
* svn r37:Pete Batard2010-01-141-58/+166
* svn r25:Pete Batard2010-01-141-6/+7
* svn r22: Partial async I/O (control only) with custom poll and OVERLAPPED poi...Pete Batard2010-01-141-37/+58
* svn r18: basic open/close & claim/release interface + detection of WinUSB and...Pete Batard2010-01-141-3/+46
* svn r13: add winusb to the mix: query first interface and pipes on device openPete Batard2010-01-141-3/+8
* svn r11: remove dpfp compilation (doesn't work on Windows) and add the xusb t...Pete Batard2010-01-141-0/+71