summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2012-08-12Samples: Make target mandatory with -b option in xusbPete Batard1-8/+6
2012-07-03Core: Prefix LOG_LEVEL_ with LIBUSB_ to avoid conflictsPete Batard1-1/+1
2012-07-02Misc: Fix more Clang warnings in core and darwinPete Batard2-2/+2
2012-07-02Windows: Address MSVC Level 4 & WDK's OACR/Prefast warningsPete Batard1-1/+4
2012-06-14Samples: Remove USB version for speed designations in xusbXiaofan Chen1-2/+2
2012-06-04Samples: Fix no previous prototype warnings in xusbLudovic Rousseau1-2/+2
2012-06-04Autotools: Apply autoupdate 2.68 recommendationsLudovic Rousseau1-1/+1
2012-05-28Windows: Restore HID supportPete Batard1-2/+169
2012-05-28Core: Define log levels in libusb.hPete Batard1-2/+1
2012-05-28All: Add parent and port topology callsPete Batard1-4/+0
2012-05-23Misc: Ensure all sources are UTF-8Pete Batard4-7/+4
2012-05-10Samples: Use the implicit _SOURCES ruleLudovic Rousseau1-6/+0
2012-05-10Samples: Use a common LDADD for all examplesLudovic Rousseau1-4/+2
2012-05-10Samples: prefer __linux__ over __linux define in xusbPete Batard1-3/+3
2012-05-08Samples: fix strcat vs strlcat warning on OpenBSDPete Batard1-2/+1
2012-05-02Samples: Remove interface requests when querying WCID devicesPete Batard1-10/+3
2012-04-20Samples: Fix not handled in switch warning in xusb.cLudovic Rousseau1-1/+1
2012-04-20Samples: Remove unneeded inline in xusb.cLudovic Rousseau1-1/+1
2012-04-15Samples: Fix initialization discards qualifiers warnings in xusb.cLudovic Rousseau1-2/+2
2012-04-15Samples: Fix no previous prototype warnings in xusb.cLudovic Rousseau1-10/+10
2012-04-10Core: Add get_version() callPete Batard1-5/+1
2012-04-09examples: Use snprintf() instead of sprintf() in dpfp and dpfp_threadedPeter Stuge2-2/+2
2012-04-03Misc: Rebrand to libusbxPete Batard4-11/+10
2012-04-01Samples: Fix "warning: no newline at end of file" in xusb.cPete Batard1-4/+4
2012-03-28Samples: fix a "value is always 0" Clang warning in xusb.cPete Batard1-7/+8
2012-03-28Examples: add xusb samplePete Batard2-2/+882
2012-02-08Rename the lsusb example program to listdevsPeter Stuge2-3/+3
2012-01-13examples: Link only with ../libusb/libusb-1.0.la and not with -lusb-1.0Xiaofan Chen1-3/+3
2011-07-24Linux: Fix warnings seen when compiling with gcc-4.6Hans de Goede2-4/+2
2011-06-13dpfp_threaded: return instead of pthread_exit() to avoid Cygwin warningPete Batard1-1/+1
2010-11-22examples: #include <libusb.h> without directory nameLudovic Rousseau4-4/+4
2010-10-16examples: Silence warnings about return value of fwrite()Peter Stuge2-2/+4
2010-08-23Introduced calling convention (for Windows)Pete Batard2-6/+6
2010-08-06removed trailing whitespacesPete Batard1-3/+3
2010-07-22Only compile dpfp examples when sigaction is availableDaniel Drake1-1/+6
2010-05-12Whitespace cleanupPete Batard1-7/+7
2010-05-12Add internal abstraction for POSIX ThreadsPeter Stuge1-2/+5
2009-11-21lsusb example: make print_devs() staticLudovic Rousseau1-1/+1
2008-06-26Introduce contexts to the APIDaniel Drake3-15/+15
2008-05-11Handle hot-unpluggingDaniel Drake1-8/+14
2008-05-09Rework configuration handlingDaniel Drake1-3/+8
2008-05-09libusb_get_device_list() can return negative error codeDaniel Drake1-1/+2
2008-05-04Fix libusb_get_device_list return valueDaniel Drake1-3/+4
2008-05-02Expose bus number and device addressDaniel Drake1-1/+3
2008-04-29Remove libusb_cancel_transfer_syncDaniel Drake2-42/+32
2008-04-19add threaded example programDaniel Drake2-1/+557
2008-04-01Constify some return dataDaniel Drake1-1/+1
2008-03-30Rename libusb_poll() to libusb_handle_events()Daniel Drake1-1/+1
2008-03-30Isochronous endpoint I/ODaniel Drake1-3/+3
2008-03-20API documentationDaniel Drake1-2/+2