NOTICE: This package has been removed from pkgsrc

./wip/libhidapi, Library for comunicating with bluetooth and usb hid devices

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.7.0, Package name: libhidapi-0.7.0, Maintainer: nathanialsloss

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.


Required to run:
[devel/libusb1]

Master sites:

SHA1: 7535ef41c02217a6002db91e2381ad08e6dd10ea
RMD160: d23e70a01252a7cdb091ad94459e1c87c63245d2
Filesize: 1594.921 KB

Version history: (Expand)


CVS history: (Expand)


   2015-04-04 00:32:59 by othyro | Files touched by this commit (8) | Package removed
Log message:
Remove libhidapi. Imported into HEAD/comms.
   2014-06-01 14:49:35 by Thomas Klausner | Files touched by this commit (208)
Log message:
Remove FETCH_USING.
It is a user-defined variable and should NOT be set in Makefiles.
   2014-01-08 13:38:44 by nsloss | Files touched by this commit (8)
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.