summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2013-12-28Android: Build for all Android architecturesAndrew Fernandes1-0/+1
* Don't limit support to ARM only (adds MIPS support) * Also add a workaround for a MIPS NDK linker bug * Also add a gitignore entry required to run bootstrap.sh on OS X * Closes #134
2013-12-13Windows: Add Visual Studio 2013 solution filesJoshua Blake1-0/+2
* Also update gitignore * Closes #162
2013-05-30examples: Add sam3u_benchmark isochronous example by Harald WeltePeter Stuge1-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>
2013-05-15Add hotplug support.Nathan Hjelm1-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>
2013-05-15Fixup .gitignore for examples and tests now living in subdirsPete Batard1-6/+9
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2013-01-23WinCE: Add support for WinCE (Solution files)Toby Gray1-0/+1
2012-11-25Tests: Add libusbx stress testToby Gray1-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
2012-03-30Autotools: Fix make distcheck and add ChangeLogPete Batard1-1/+0
2012-03-28Examples: add xusb samplePete Batard1-0/+1
* Also improvements to WDK build scripts: cd to original dir on error, use 2 cores if available
2012-02-08Rename the lsusb example program to listdevsPeter Stuge1-1/+1
This is intended to reduce confusion with the much more significant lsusb utility which is part of the usbutils package.
2011-10-17Tidy .gitignore a littlePeter Stuge1-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.
2011-06-13.gitignore: Add m4 subdirectory created by libtoolPeter Stuge1-0/+1
2011-06-13Windows: MS project files part 1 - support files & preliminariesPete Batard1-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.
2010-05-31added doxygen, dpfp, msvc, and xusb stuff to gitignoreMichael Plante1-0/+10
2008-03-20API documentationDaniel Drake1-0/+1
Hopefully mostly complete. Some constants were renamed and move into enums.
2007-12-02Initial commitDaniel Drake1-0/+29
Basic library structure which supports enumerating detected USB devices