Path to this page:
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: