Commit Graph

11 Commits

Author SHA1 Message Date
Alan Ott 4c3db11045 Added Makefile-manual to EXTRA_DIST 2012-07-05 00:26:56 -04:00
Alan Ott e1becc53b2 Reference all source files from $(top_srcdir) and built libraries
from $(top_builddir)
2012-07-04 10:27:28 -04:00
Alan Ott 1c56f52223 Added library versioning. 2012-07-03 22:35:51 -04:00
Alan Ott f955396c0c Renamed manual makefiles so they're out of the way of autotools. 2012-07-03 21:28:22 -04:00
Alan Ott 15de3b5f40 Update of .gitignore files 2012-07-03 00:47:18 -04:00
Alan Ott 0e935a872c Autotools integration on FreeBSD. 2012-05-03 03:07:37 -04:00
Alan Ott 9e71266d47 First pass at Autotools. Tested on Linux only. 2012-06-30 11:15:21 -04:00
Sean M. Pappalardo 308ab89a26 Libusb: Prevent bailing out of read_thread() on non-critical errors 2012-05-18 13:12:28 -04:00
Alan Ott bdb87db5b8 Libusb: testgui: Explicitly link to libpthread.
Reported by: Xiaofan Chen <xiaofanc@gmail.com>
2012-05-03 22:25:40 -04:00
Alex Dupre 498fbb42f9 Libusb: Cleanup
Remove unnecessary initialization in new_hid_device()
Remove unnecessary NULL-termination in usb_get_string()
2012-05-02 18:55:37 -04:00
Alan Ott 74440e2dbb FreeBSD: Add FreeBSD implementation.
This adds a FreeBSD implementation to HIDAPI using the libusb back-end. The
libusb/ folder now contains the libusb implementation and associated
Makefiles for Linux and FreeBSD. All libusb code has been removed from the
linux/ folder, so that the code in libusb/ can be shared by both (and
future) platforms.

This commit renames linux/hid-libusb.c to libusb/hid.c. Make sure to
use git log --follow to see full history of that file.

This code was written by:
 Alex Dupre <ale@FreeBSD.org>
 Alan Ott <alan@signal11.us>
2012-05-02 18:55:28 -04:00