summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2014-11-13Windows: Silence VS2013 code analysis warningsPete Batard1-1/+2
2014-05-18samples: set xusb to also produce debug output during init when -d is specifiedPete Batard1-2/+21
2014-05-16core: fix/silence issues reported by CoverityPete Batard2-5/+10
2014-04-07examples: fix incorrect error message in fxloadCarl Karsten1-1/+1
2014-01-08Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu6-12/+12
2013-10-06examples: check value returned by ftell()Ludovic Rousseau1-1/+5
2013-09-29examples: add an option to force a device request for WCID descriptorsPete Batard1-1/+11
2013-09-28examples: fix warningLudovic Rousseau1-1/+1
2013-09-28examples: check value returned by libusb_bulk_transfer()Ludovic Rousseau1-1/+7
2013-09-28examples: check the value returned by libusb_handle_events()Ludovic Rousseau1-1/+3
2013-09-28examples: check the value returned by libusb_init()Ludovic Rousseau1-1/+6
2013-09-20examples: Fix a memory leakLudovic Rousseau1-7/+19
2013-09-20examples: Fix a memory leakLudovic Rousseau1-14/+29
2013-07-30made some globals static to fix warningsSean McBride2-8/+8
2013-06-19examples: use libusb_set_auto_detach_kernel_driver()Hans de Goede2-25/+2
2013-06-11Examples: add a missing \n at end of error messagesLudovic Rousseau1-2/+2
2013-06-10Core: Add a libusb_strerror() functionHans de Goede1-10/+24
2013-05-30examples: Add sam3u_benchmark isochronous example by Harald WeltePeter Stuge2-0/+196
2013-05-30Add BOS descriptor supportHans de Goede1-1/+61
2013-05-30Add superspeed endpoint companion descriptor supportHans de Goede1-0/+7
2013-05-17Examples: Fix use of deprecated libusb_get_port_pathHans de Goede2-10/+6
2013-05-16listdevs: Also print portpath for non root hubsHans de Goede1-2/+15
2013-05-15examples: Only check for HAVE_SIGACTION once in Makefile.amPeter Stuge1-2/+0
2013-05-15Add some editor meta-comments for proper tab usageNathan Hjelm1-0/+1
2013-05-15Add hotplug support.Nathan Hjelm2-1/+97
2013-04-14Samples: Fix timeout error on FX3 and logging improvements for fxloadPete Batard3-18/+73
2013-04-02Core: Add HID and kernel detach capability detection for all backendsPete Batard1-14/+11
2013-03-16Samples: More fxload improvements and cleanupPete Batard2-59/+76
2013-03-15Samples: fix compiler warningLudovic Rousseau1-1/+1
2013-03-15Samples: fxload improvements and cleanupFederico Manzan3-42/+88
2013-03-10Samples: Add FX3 firmware upload support for fxloadFederico Manzan3-6/+113
2013-03-05Samples: Reinstate interface requests when querying WCID devicesPete Batard1-4/+5
2013-02-27Misc: Simplify includes and misc. cleanupPete Batard3-10/+2
2013-02-15Examples: Fix compiler warningLudovic Rousseau1-1/+1
2013-01-23WinCE: Add support for WinCE (sources)Toby Gray2-1/+3
2012-11-25Autotools: Carry over 2012.10.23 libusb changesPeter Stuge1-1/+1
2012-10-13All: Use "" instead of <> for local includesLudovic Rousseau5-5/+5
2012-09-16Misc: Fix missing files from dist packagePete Batard1-1/+1
2012-09-15Samples: Fix compiler warnings in fxloadLudovic Rousseau1-7/+12
2012-09-14Samples: Display VID:PID of the tested device in xusbLudovic Rousseau1-2/+2
2012-09-13Samples: Add fxload sample for Cypress EZ-USB chipsPete Batard7-1/+2411
2012-09-05Samples: xusb improvementsPete Batard1-21/+28
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