aboutsummaryrefslogtreecommitdiff
path: root/examples/xusb.c
AgeCommit message (Expand)Author
2016-03-05xusb: fix typoNathan Hjelm
2016-03-05Replace obsolete usleep with nanosleepStefan Tauner
2014-11-13Windows: Silence VS2013 code analysis warningsPete Batard
2014-05-18samples: set xusb to also produce debug output during init when -d is specifiedPete Batard
2014-05-16core: fix/silence issues reported by CoverityPete Batard
2014-01-08Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu
2013-09-29examples: add an option to force a device request for WCID descriptorsPete Batard
2013-09-28examples: check value returned by libusb_bulk_transfer()Ludovic Rousseau
2013-07-30made some globals static to fix warningsSean McBride
2013-06-19examples: use libusb_set_auto_detach_kernel_driver()Hans de Goede
2013-06-11Examples: add a missing \n at end of error messagesLudovic Rousseau
2013-06-10Core: Add a libusb_strerror() functionHans de Goede
2013-05-30Add BOS descriptor supportHans de Goede
2013-05-30Add superspeed endpoint companion descriptor supportHans de Goede
2013-05-17Examples: Fix use of deprecated libusb_get_port_pathHans de Goede
2013-04-02Core: Add HID and kernel detach capability detection for all backendsPete Batard
2013-03-05Samples: Reinstate interface requests when querying WCID devicesPete Batard
2013-02-27Misc: Simplify includes and misc. cleanupPete Batard
2013-01-23WinCE: Add support for WinCE (sources)Toby Gray
2012-09-14Samples: Display VID:PID of the tested device in xusbLudovic Rousseau
2012-09-05Samples: xusb improvementsPete Batard
2012-08-12Samples: Make target mandatory with -b option in xusbPete Batard
2012-07-03Core: Prefix LOG_LEVEL_ with LIBUSB_ to avoid conflictsPete Batard
2012-07-02Windows: Address MSVC Level 4 & WDK's OACR/Prefast warningsPete Batard
2012-06-14Samples: Remove USB version for speed designations in xusbXiaofan Chen
2012-06-04Samples: Fix no previous prototype warnings in xusbLudovic Rousseau
2012-05-28Windows: Restore HID supportPete Batard
2012-05-28Core: Define log levels in libusb.hPete Batard
2012-05-28All: Add parent and port topology callsPete Batard
2012-05-23Misc: Ensure all sources are UTF-8Pete Batard
2012-05-10Samples: prefer __linux__ over __linux define in xusbPete Batard
2012-05-08Samples: fix strcat vs strlcat warning on OpenBSDPete Batard
2012-05-02Samples: Remove interface requests when querying WCID devicesPete Batard
2012-04-20Samples: Fix not handled in switch warning in xusb.cLudovic Rousseau
2012-04-20Samples: Remove unneeded inline in xusb.cLudovic Rousseau
2012-04-15Samples: Fix initialization discards qualifiers warnings in xusb.cLudovic Rousseau
2012-04-15Samples: Fix no previous prototype warnings in xusb.cLudovic Rousseau
2012-04-10Core: Add get_version() callPete Batard
2012-04-03Misc: Rebrand to libusbxPete Batard
2012-04-01Samples: Fix "warning: no newline at end of file" in xusb.cPete Batard
2012-03-28Samples: fix a "value is always 0" Clang warning in xusb.cPete Batard
2012-03-28Examples: add xusb samplePete Batard