Subject: CVS commit: wip/libhidapi
From: nsloss
Date: 2014-01-08 13:38:44
Message id: E1W0sPW-00012D-3f@sfs-ml-2.v29.ch3.sourceforge.com

Log Message:
Import libhidapi-0.7.0 as wip/libhidapi.

HIDAPI is a multi-platform library which allows an application to interface
with USB and Bluetooth HID-Class devices on Windows, Linux, and Mac OS X.
On Windows, a DLL is built.  On other platforms (and optionally on Windows),
the single source file can simply be dropped into a target application.

HIDAPI has four back-ends:
	* Windows (using hid.dll)
	* Linux/hidraw (using the Kernel's hidraw driver)
	* Linux/libusb (using libusb-1.0)
	* Mac (using IOHidManager)

This package includes only the libusb backend.


Files:
RevisionActionfile
1.1addwip/libhidapi/DESCR
1.1addwip/libhidapi/Makefile
1.1addwip/libhidapi/PLIST
1.1addwip/libhidapi/TODO
1.1addwip/libhidapi/buildlink3.mk
1.1addwip/libhidapi/distinfo
1.1addwip/libhidapi/patches/patch-Makefile
1.1addwip/libhidapi/patches/patch-linux_hid-libusb.c