summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* examples: Add sam3u_benchmark isochronous example by Harald WeltePeter Stuge2013-05-301-0/+1
| | | | | | | | | | | | | | | | Copied with the author's permission under LGPL-2.1 from usb-benchmark-project/host/benchmark.c in git://git.gnumonks.org/sam3u-tests.git commit 74959f7ee88f1597286cd435f312a8ff52c56b7e http://git.gnumonks.org/cgi-bin/gitweb.cgi?p=sam3u-tests.git;a=blob;f=usb-benchmark-project/host/benchmark.c;h=74959f7ee88f1597286cd435f312a8ff52c56b7e An Atmel SAM3U test firmware is also available in the above repository. Conflicts: .gitignore Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* Add hotplug support.Nathan Hjelm2013-05-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | The internal API is changing as follows: - Adding two new functions. usbi_connect_device, and usbi_disconnect_device. Backends must call these functions to add them to the context's device list at one of two places: initial enumeration (done at init), and on device attach and removal. These functions need to be called once per context. - Backends that support hotplug should not provide a get_device_list funtion. This function is now deprecated and will likely be removed once all backends support hotplug. The external API is changing as follows: - Two new functions have been added to register and deregister callbacks for hotplug notification: libusb_hotplug_register_callback(), libusb_hotplug_deregister_callback(). Hotplug callbacks are called by libusb_handle_events(). Details of the new API can be found in libusb.h. - A new capability check has been added to check for hotplug support. See LIBUSB_CAP_HAS_HOTPLUG. Aa suggested by Xiaofan add new example has been added to show how to use the new external hotplug API. See examples/hotplugtest.c. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* Fixup .gitignore for examples and tests now living in subdirsPete Batard2013-05-151-6/+9
| | | | Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* WinCE: Add support for WinCE (Solution files)Toby Gray2013-01-231-0/+1
|
* Tests: Add libusbx stress testToby Gray2012-11-251-0/+2
| | | | | See https://github.com/tobygray/libusbx/tree/testing as well as http://libusbx.1081486.n5.nabble.com/Libusbx-devel-Crashes-tt433.html#a438
* Autotools: Fix make distcheck and add ChangeLogPete Batard2012-03-301-1/+0
|
* Examples: add xusb samplePete Batard2012-03-281-0/+1
| | | | | * Also improvements to WDK build scripts: cd to original dir on error, use 2 cores if available
* Rename the lsusb example program to listdevsPeter Stuge2012-02-081-1/+1
| | | | | This is intended to reduce confusion with the much more significant lsusb utility which is part of the usbutils package.
* Tidy .gitignore a littlePeter Stuge2011-10-171-4/+1
| | | | | There's no xusb, we need a glob pattern for matching .exe files, and fpusb tarballs aren't very common in the libusb source dir.
* .gitignore: Add m4 subdirectory created by libtoolPeter Stuge2011-06-131-0/+1
|
* Windows: MS project files part 1 - support files & preliminariesPete Batard2011-06-131-0/+1
| | | | | | | | | * adds the MSVC support files used by MSVC6, VS2005 and WDK * also adds missing defines required by MS compilers in libusb.h * also anticipatory sets .gitattributes for CRLF handling * also adds manually maintained .def file for import lib generation References #57.
* added doxygen, dpfp, msvc, and xusb stuff to gitignoreMichael Plante2010-05-311-0/+10
|
* API documentationDaniel Drake2008-03-201-0/+1
| | | | | Hopefully mostly complete. Some constants were renamed and move into enums.
* Initial commitDaniel Drake2007-12-021-0/+29
Basic library structure which supports enumerating detected USB devices