History log of /external/libusb/examples/listdevs.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1eff220474f63d7ea7f8f99bef2a3da9da5324eb 09-Jan-2014 hjelmn@cs.unm.edu <hjelmn@cs.unm.edu> Misc: Revert all references to libusb/libusb.info
/external/libusb/examples/listdevs.c
f3fcf8402609d946d16eb2d9686bf76d7b0b8ae0 17-May-2013 Hans de Goede <hdegoede@redhat.com> Examples: Fix use of deprecated libusb_get_port_path

While at it also simplify the path printing in listdevs

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
/external/libusb/examples/listdevs.c
ebac6ac1b30aea6e9190cce336eb75dc0f1c5ce7 16-May-2013 Hans de Goede <hdegoede@redhat.com> listdevs: Also print portpath for non root hubs

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
/external/libusb/examples/listdevs.c
0ded9c126e9b48b5ed217e60d392cfb882cbc351 27-Feb-2013 Pete Batard <pete@akeo.ie> Misc: Simplify includes and misc. cleanup

* fxload sample provenance
* No need for <sys/types.h> in samples as already in libusb.h
* Don't bother about sscanf_s in xusb
* Use HAVE_### and rely on config.h where possible
* Formal inclusion of <winsock.h> in libusb.h for WinCE and WDK
* Cleanup of Windows' config.h
* Avoid ENAMETOOLONG and ENOTEMPTY conflict between errno.h and winsock.h for WinCE
* Additional newlines & braces cleanup
/external/libusb/examples/listdevs.c
244271931a782028fd9bc1cdcdb12200f65cf8d9 16-Jan-2013 Toby Gray <toby.gray@realvnc.com> WinCE: Add support for WinCE (sources)
/external/libusb/examples/listdevs.c
38e6eb86b2ceb301d67fd4754c5a1493f7911ece 12-Oct-2012 Ludovic Rousseau <ludovic.rousseau@gmail.com> All: Use "" instead of <> for local includes

System header files are used with #include <foo.h>
Xcode can't find local headers using this syntax.
/external/libusb/examples/listdevs.c
a544e5972bf2b0ac9e006439576f681a8439d311 23-May-2012 Pete Batard <pete@akeo.ie> Misc: Ensure all sources are UTF-8

* Also remove extra lines at the end of samples
/external/libusb/examples/listdevs.c
791b7473ec38155ee3d1d9889f3d0f1b4c8f33f0 03-Apr-2012 Pete Batard <pete@akeo.ie> Misc: Rebrand to libusbx

* Mentions of 'libusb' in doxygen are changed to 'libusbx'
* Also update copyright notices and remove unneeded EOF LFs
/external/libusb/examples/listdevs.c
4afbc78fe09bfc3dd7a609e5f82e9272c9e6226d 08-Feb-2012 Peter Stuge <peter@stuge.se> Rename the lsusb example program to listdevs

This is intended to reduce confusion with the much more significant
lsusb utility which is part of the usbutils package.
/external/libusb/examples/listdevs.c