Commit Graph

6 Commits

Author SHA1 Message Date
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
Alan Ott
f61cea6e69 Makefiles for MinGW 2011-04-08 18:48:12 -04:00
Alan Ott
86b54c6a58 Added a Makefile to automatically call the platform Makefile. 2010-07-22 20:21:26 -04:00
Alan Ott
ee1c791fc9 Moved the Makefile to Makefile.linux Makefile.mac 2010-07-22 19:36:51 -04:00
Alan Ott
e726410309 Changed name of executable. 2010-07-22 19:31:02 -04:00
Alan Ott
c9edddd830 Added a test GUI for hidapi. 2010-07-22 19:28:04 -04:00